Memory Pool Memory Pool Refreshing

2,708 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,919 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,708 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (27,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,275 880,275 00000000000000000000bcab0c04c09ad6e28de953f6ff09a5730e128710c448 1.41 MB 2,833 5
880,274 880,274 00000000000000000001b9efd7b2f8e044a36fba2e19dbe089737ee31db95c96 1.43 MB 3,449 6
880,273 880,273 000000000000000000023bce3ffa23e333bbab5db2532316caf5bb3443359e7a 1.52 MB 3,220 7
880,272 880,272 00000000000000000001370ba55dd60be1e74e938818eba9c63b31cabb447ad0 1.55 MB 2,852 6
880,271 880,271 00000000000000000001692ce0640e954d28aa4a08ca895a1bb03a380f4e0265 1.72 MB 2,428 5
880,270 880,270 00000000000000000000b5fc1b0096779af5af80b39a690e558127b1d9710eb7 1.54 MB 3,836 8
880,269 880,269 00000000000000000001205674adbbda52b30589bb9aa5e500571678809db954 1.63 MB 3,627 7
880,268 880,268 000000000000000000000acea0d498995ebd5634076132ab9dfd4ed07ee2f4ee 1.55 MB 3,581 8
880,267 880,267 0000000000000000000021d4db3a86cdec8ff0e759ec634740b2f8344036d055 1.60 MB 3,820 9
880,266 880,266 000000000000000000003565d193493db2f502a7bbb60c4a65958fb9c602f151 1.54 MB 3,565 12
880,265 880,265 00000000000000000000aa6a3d87c5120806a00d6060c1fc68b49bb28e055b66 1.70 MB 2,816 3
880,264 880,264 00000000000000000001d1006aec113c68b5a9c4aa6d9707e454237c78dcc608 1.84 MB 3,799 3
880,263 880,263 000000000000000000001e626d51c335c3ef5f5c427b15d3f83271763ad89a19 1.70 MB 3,173 6
880,262 880,262 00000000000000000000ddbdfe3b766860067e81d09f9b9c47be2702832eac06 1.86 MB 2,788 4
880,261 880,261 000000000000000000003fa8f047fcde04855379198b794178b777ed01f5ca11 1.63 MB 2,878 5
880,260 880,260 000000000000000000025a431d550872d5643cf086ce3ac46df30bd9863261f5 0.00 MB 1 0
880,259 880,259 0000000000000000000148253122f834d291a525411c75a43b4eb3d80c9b4920 1.68 MB 3,081 6
880,258 880,258 000000000000000000008e1ee43a01666b665a8f326f17b21ef09532452257ca 1.83 MB 2,830 5
880,257 880,257 00000000000000000002485b6ccebf470f74cccb6c95d48d8e7b35771de4b82d 1.61 MB 2,648 4
880,256 880,256 00000000000000000000ebac39d665e3b8321bc1877f70eaf1ec3eb85bf3ea67 1.68 MB 3,129 8
880,255 880,255 00000000000000000000ce716ebc4a73f0c13980e4c6a9d7f50e421fd48d3173 1.61 MB 2,968 5
Previous 10 blocks ↓
Total Size: 769.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,644.32 GB sent, 94.89 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.