Memory Pool Memory Pool Refreshing

2,108 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,108 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (771,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,160 136,160 00000000000002b88951ce5a9b74ff7daf839f9ac5ad83b0cb74d373dbb3737f 0.03 MB 65 559
136,159 136,159 0000000000000a8488a9dacabbb7cfabbca3f98eb6904c743ef3cfa28a6a73f9 0.00 MB 1 0
136,158 136,158 00000000000001e15c13d1a7672004fb750667118910641c72d39af3c8882154 0.02 MB 72 657
136,157 136,157 00000000000005540b9189975f0e9908593ec034017b89b5b4d6c1ae460a77d2 0.00 MB 17 1,239
136,156 136,156 0000000000000839230057325e0e086b76a3d4b46dadf74db0e951200b45e79f 0.03 MB 84 648
136,155 136,155 000000000000062caa3ea29f5aac6a5264f8cdbb731f8286b6cf6400b64007c7 0.01 MB 24 1,886
136,154 136,154 000000000000081264cca36d8f6ee0ad73e412f402e76147cd08a57b71f31681 0.01 MB 40 287
136,153 136,153 00000000000007cf3838811811229c9f239a5ceee3c9bbd72a8d6df4adb32fa9 0.01 MB 19 119
136,152 136,152 00000000000001ac117569b9b60e2efa5a790937e482f3841a7acad15bb1495a 0.02 MB 68 134
136,151 136,151 0000000000000864e8a2cb9bc823ce2c69b0440d25a92c332c14a401b91721dc 0.06 MB 108 383
136,150 136,150 00000000000005bfd117ac2094c6cf6334835603d53ef39e71fde9eafcfeaed1 0.03 MB 54 582
136,149 136,149 000000000000066d1d717f55cf33bae5eb14ae2b48956bb3f2aa19395f17acf1 0.01 MB 34 320
136,148 136,148 000000000000057fbd6673b8bfdde0b10d2e8b71f5943b6d82c58e5bed2ea5cd 0.04 MB 75 251
136,147 136,147 0000000000000a2b1f1b96dfd39c9046b01970ddde0aede3af92991a310bca00 0.03 MB 40 31
136,146 136,146 0000000000000387ce31a21b8b55b0c98cbf7ac733e827985af60d5c3024b7a7 0.01 MB 22 219
136,145 136,145 000000000000027ea08030a8c4946089cf376ecf41c212186ffe13b354292365 0.04 MB 134 83
136,144 136,144 000000000000046b85099954dd2c961b0baa234b45a0eb5c9eb57719734070f9 0.00 MB 9 2,889
136,143 136,143 000000000000087c5854aa79013b23d631962461574cc266425251082d9f0a56 0.01 MB 35 66
136,142 136,142 00000000000009c22017337c56050f97dce60693c85830d4e61a81da94dc9d74 0.01 MB 14 903
136,141 136,141 00000000000003662292c63020d86a9e302413291911d9c676def9f0fb25c9a4 0.04 MB 11 891
136,140 136,140 0000000000000aac666ee999bf371fcad057c9575124817bc02eb28c7bd6f93b 0.04 MB 152 229
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.