Memory Pool Memory Pool Refreshing

5,565 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (60,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
847,400 847,400 0000000000000000000246c54372159a0454fdc3d3e569f83d05eacda22298c3 1.72 MB 2,589 49
847,399 847,399 0000000000000000000039600a10036d5611f28e488c0c93a17cabd0e9ce2d7c 1.65 MB 3,653 39
847,398 847,398 000000000000000000015792c35d0978bbdd478202c75ff3de3bf9dc286c25e2 1.63 MB 3,218 37
847,397 847,397 0000000000000000000310db75ea6e2886c161c6ad5caf27cc28f9a785856e30 1.65 MB 3,320 74
847,396 847,396 0000000000000000000112ddc2a5a6f0cdc40ba9ee92d675d295a0acc76f8b57 1.62 MB 3,275 86
847,395 847,395 000000000000000000021def80fe61621e2ed0d3136b41152d4e054070c082ad 1.83 MB 2,116 48
847,394 847,394 0000000000000000000013add53214d04ef4252cbf621ad7078c01df632935e9 2.13 MB 526 57
847,393 847,393 000000000000000000027f686efba2c9ec9e464d183e8a7a1ec0327214d5d671 1.68 MB 3,422 40
847,392 847,392 0000000000000000000197da42e3412e600f3a4bb82f14eed7484550238409cd 1.71 MB 3,081 96
847,391 847,391 00000000000000000002e8dcd6e5f94ea77255c0df03205567681b714d466042 1.73 MB 3,101 54
847,390 847,390 00000000000000000001d8b2757e2f97e5f8b265b20e447d497b2f560fa8e2a7 1.66 MB 3,418 77
847,389 847,389 000000000000000000001c288e9f35b4e03def9c75923c7eda98cfe38f041eac 1.63 MB 3,091 94
847,388 847,388 00000000000000000001b83f8339de776d7a1cfa261ffcf07835d2a58381125d 1.53 MB 4,245 70
847,387 847,387 000000000000000000019ff4775743cabe216f958fced270da0969ab3d6f9441 1.43 MB 5,795 104
847,386 847,386 00000000000000000002da1487eb435de91193ee481cf81875e13d0271060b19 1.45 MB 5,910 123
847,385 847,385 000000000000000000023616105ce5a898c66bec07636197d1f3985e0b56d32d 1.43 MB 6,501 159
847,384 847,384 000000000000000000003bb185dfdfc723e541e95fe77f83ca5cd70f7bd7c719 1.40 MB 5,848 193
847,383 847,383 00000000000000000003072a5887d644277b7f26846129b5f3fe076225123f47 1.67 MB 5,053 34
847,382 847,382 00000000000000000002dd73147f1c781d92160f9ba0db46db1523064e217bd1 1.60 MB 4,404 43
847,381 847,381 00000000000000000001263c247f671298566b6454d34375d108618bbe680b42 1.67 MB 4,992 30
847,380 847,380 000000000000000000032b807b68e4bd0cdd7d414dc3e1f4c194e63b4691fd43 1.65 MB 4,866 36
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.