Memory Pool Memory Pool Refreshing

6,836 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,932 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (494,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,123 413,123 000000000000000005255356402c77e4dc24ef68e583130bb7b3e85e74115e52 1.00 MB 2,031 44
413,122 413,122 000000000000000004708993053025a38561e23f571f6cfe89d99b139ca84b50 1.00 MB 2,625 61
413,121 413,121 0000000000000000007d4af9d05349fbe4a338a046ef1f83577e20f71d0378a2 1.00 MB 2,314 54
413,120 413,120 0000000000000000050cf884f30cc95ee24adfa3c1dbf4f757f5495f72ee483c 0.99 MB 2,704 49
413,119 413,119 000000000000000000390a0bc531fe3bfeb1432acef98d5998d2a0dabcfbfe1a 1.00 MB 2,433 86
413,118 413,118 000000000000000002a175865f88ff1dd7ba2311076dcce21f76f733399aa87d 1.00 MB 3,096 48
413,117 413,117 000000000000000000230da13fb1d45a7876c036c8e80890951fb90e7359671c 1.00 MB 1,624 51
413,116 413,116 00000000000000000526e4dc537ec6e79b1e3d56ba49a2f929fd1dd9dfbd8106 1.00 MB 1,940 75
413,115 413,115 00000000000000000033cee38d7a7f5fa62a0b7b340a84cd74b587c67e9246c2 1.00 MB 2,846 102
413,114 413,114 000000000000000002faf0f413272f4a02e7f2a829b02b9eb13b3ffd0776d68b 0.78 MB 953 26
413,113 413,113 00000000000000000448df8e5aa379b69e84f68ba19d89c0e0127d540a96255b 0.99 MB 1,209 20
413,112 413,112 0000000000000000026b4680a104317e8eefa3b1854f517c36207431ae546d8d 0.99 MB 2,076 46
413,111 413,111 000000000000000004edee0b46bfeb7c366ffc0f94e2eb651d80fe3812df03e2 1.00 MB 2,387 39
413,110 413,110 00000000000000000050a5d293d9083f4e9f91fa78c17b72a55f4b1c7e53e8c8 1.00 MB 1,690 40
413,109 413,109 00000000000000000501eb5865d19b14de23cb239e2bd27f36a8febd24ab4a81 1.00 MB 2,506 76
413,108 413,108 0000000000000000027d8d2bbc4b237135a71873b1816fad3183a9417047cd18 1.00 MB 1,798 31
413,107 413,107 00000000000000000415c2f1bfc72f4d1fb6f6b13501d0a92dabbe55586d7624 1.00 MB 2,318 44
413,106 413,106 00000000000000000386d88961f6673295ea9a6fd2d0105491e2af1c90759657 1.00 MB 2,600 43
413,105 413,105 00000000000000000398bf5e8ea1d0230eedbd397d00c77dfd1b9b80091f2495 1.00 MB 2,125 85
413,104 413,104 0000000000000000018e5723093d13934e661a2c81314ea701c298e88e70bc4a 1.00 MB 2,514 77
413,103 413,103 000000000000000002a39a0d0e937de5b25791f91e514f61db7db3736f8f0145 0.37 MB 392 22
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,633.42 GB sent, 93.81 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.