Memory Pool Memory Pool Refreshing

1,218 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,798 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,215 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,797 (612,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,705 295,705 00000000000000002b42f06bd984bb10264032b1d578730bb829d66e142c1904 0.20 MB 398 38
295,704 295,704 000000000000000092527eb92ddb73de7f5475b7d02247586fed4a167aedcc18 0.27 MB 501 33
295,703 295,703 00000000000000009f00f7bb20bbcfd575900d33ac6af7a5f6a1a048df8e7248 0.15 MB 209 23
295,702 295,702 00000000000000003016b46f1373565c3d446a3ce9cf43f5f87fd22d115c3714 0.18 MB 343 35
295,701 295,701 000000000000000062b1e31d624f4de9142187b9315d7aa44b0552dff9d938eb 0.06 MB 51 18
295,700 295,700 00000000000000008529ee5a0e9c24ae57110ca2268248ff7d2d010000edee30 0.10 MB 204 32
295,699 295,699 0000000000000000386611789d8bcbdf22224baa56faec05e2672605d27277b6 0.08 MB 171 39
295,698 295,698 0000000000000000b3449870ced48f716fce7d274be2fe4361e93e6e15b419d9 0.19 MB 315 29
295,697 295,697 0000000000000000757897adb4951641d3894e9c7d7764059a1e33eb7a14db44 0.04 MB 57 22
295,696 295,696 000000000000000017f0e49a06721a3d9edc2321813baf97bdb19e7e0896e681 0.19 MB 336 32
295,695 295,695 000000000000000065daa655e2dd38965988281d627532317b6fdd9f1cce2cb6 0.21 MB 385 33
295,694 295,694 000000000000000050388e48617613cf3303779f655c64a8078e4c72ff406949 0.25 MB 490 31
295,693 295,693 00000000000000004bdcd074a099b138c355841e9ee26e37333e068100ec254c 0.02 MB 35 34
295,692 295,692 000000000000000023fb81ec1e8aff1ba7a34d81bdedcab492c96822c4c09753 0.10 MB 207 31
295,691 295,691 0000000000000000a1687ae4b93aa17347409c4c65a1e8e30631b9fe11cec023 0.23 MB 364 30
295,690 295,690 00000000000000001702704e797a71b6a46044e9e692f53591fc726a09c703e4 0.12 MB 218 41
295,689 295,689 0000000000000000234dc1fac70782bf3d659646cfed4cc77751d893087330c9 0.16 MB 286 33
295,688 295,688 00000000000000002c1ad905bbf59f5ac23b7f7f427e306ec9cef76a3f365eab 0.09 MB 101 21
295,687 295,687 0000000000000000a8215534c84d1238243724bf48d78b8f496d93019f130ad6 0.35 MB 247 16
295,686 295,686 00000000000000004be51f06c6cc47d0f4b0c98fd1886bb98d23a8742686253c 0.35 MB 785 96
295,685 295,685 00000000000000001d2c96d40d1ce40ea626d4bb59cbc358608d0cc601d87cf1 0.07 MB 181 58
Previous 10 blocks ↓
Total Size: 769.16 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,632.73 GB sent, 93.70 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.