Memory Pool Memory Pool Refreshing

15,227 transactions
10.55 vMB
Show Random Selection Loading Transactions
Max Size: 59/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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
883,323 0000000000000000000277260000000000000000000000000000000000000000 ago 1.00 vMB 3,036 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 883,322 (744,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,055 139,055 000000000000091a73d4ed6e4c837ca07b94944a8ecf193520114e658a2578ad 0.01 MB 23 6
139,054 139,054 000000000000073b83303b819f759aa26429b90419928b8acbf14d98be7e4f24 0.00 MB 9 145
139,053 139,053 00000000000002510b093d5f623b1b97574dabf07b498400a3f0fd92125b9383 0.00 MB 8 287
139,052 139,052 00000000000003d75babd298e55522aeacd1ae8c24905941b876c0b28964bd8f 0.02 MB 12 72
139,051 139,051 00000000000003d0cf6c12e48edbb21834297fef34d46855cb4c413bfab654a3 0.01 MB 16 100
139,050 139,050 00000000000003d26c5a8dc8b6a9082f2b9219e1d01f49652bcb94bff367a9e1 0.00 MB 14 37
139,049 139,049 000000000000071bb3e8b4ad4366b202cdd08cd8d77ec5a953b5963826b30f3b 0.00 MB 13 40
139,048 139,048 0000000000000510881672fee58a1d539497fafa955a66c4d644335f82688ef5 0.02 MB 24 44
139,047 139,047 00000000000006bcad29e189d5dd823464f7359082796913edd20db6ebb93772 0.04 MB 58 243
139,046 139,046 00000000000007b6e61ce78d5e238cf5ca48375b5ca5a1be006db6e5a48cc559 0.04 MB 128 54
139,045 139,045 0000000000000409be33dcc868feb51fba2d68994ac0f71bbc4215124e6c6ae2 0.01 MB 24 194
139,044 139,044 000000000000035ddc1cbfd582c237001e33aaf7cd2cd8355036ee682f12f037 0.00 MB 10 333
139,043 139,043 000000000000065e3666760d3f3280374a4b7ade98adeeb897f46eb87d9ed53d 0.01 MB 22 175
139,042 139,042 0000000000000261bd5cea4a3f0d7093d9c3a40023b3644bb8861bc494ba5af7 0.00 MB 5 150
139,041 139,041 00000000000007ab51e3b535dc3c6755e8af5a9a5f4051fac88bca18c89cf871 0.05 MB 133 293
139,040 139,040 000000000000022e1b3339d68b59fcbd49e88982da9c592c49f106ea08d771c8 0.04 MB 88 319
139,039 139,039 00000000000000025c12a314e6822bea38fac36b7559d4632bd69f0b843459bd 0.01 MB 21 351
139,038 139,038 0000000000000991e84916a3bf3057ee9afb8a62c9df4387f21dd77dd6da613b 0.00 MB 13 701
139,037 139,037 0000000000000545ce94a1577ff7265e7beb4a1b0023f4ee3804f772c4d1bda7 0.03 MB 83 135
139,036 139,036 0000000000000840fd6df25e8595aea6632553196ca6f8f0caaa4d140804554e 0.03 MB 112 106
139,035 139,035 00000000000003dc81ed899bbec216f1ff079c39b7d964c5b059a287689233ec 0.00 MB 8 121
Previous 10 blocks ↓
Total Size: 725.12 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: 2,300.54 GB sent, 88.51 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.