Memory Pool Memory Pool Refreshing

7,331 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,711 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,116 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,710 (874,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,420 34,420 000000008d0a032fa6c80c1305bfa7f09a0eeef0b3fe72c10a2cc601ed755b2f 0.00 MB 1 0
34,419 34,419 0000000066df9d820800b9b63fa813afbd53d67584a6b7e512c99f0de24a6824 0.00 MB 1 0
34,418 34,418 000000008961496b78b05a928a71970c13b673a5f3858524d9b64ee78dcbd83e 0.00 MB 1 0
34,417 34,417 00000000a5ba8ca4562c6671bd0727cc6667db2b8831a5e5c41a362ae9599bf7 0.00 MB 1 0
34,416 34,416 00000000044206bb276628e3273f9f4ddb72c573be35a6394f20b4e9d73b62de 0.00 MB 1 0
34,415 34,415 000000006c16e5b248071e36d9be0f4315379255f2cbf32e8cf8c3740d3c2312 0.00 MB 1 0
34,414 34,414 000000008adb869c11827c690997e3f4dabbcb7b0fce419efd3e63a3ab1ed6d2 0.00 MB 1 0
34,413 34,413 00000000b2db8c2926fede5403bdae2120d330125624195ad16ec94abd764871 0.00 MB 1 0
34,412 34,412 00000000086dde22bf8c167220918e90877aa2a7bb7afd4b2987eccf40c22ac7 0.00 MB 1 0
34,411 34,411 000000002d2ccce2d60f3c9e08f1ea1758d810995e361e7264722aceda8cd7e8 0.00 MB 1 0
34,410 34,410 000000001d861dbf70ac038c0443a2c5e83ecfbb3f6cd21ab9e58dbabecc8cc7 0.00 MB 1 0
34,409 34,409 000000002306d211392e20baefad3c41cfc5e164d3c9023ee2bc6c31c258b62b 0.00 MB 1 0
34,408 34,408 00000000a0168bb970a3897303d30099616a82691781ab12fb0e70eb61a6e2da 0.00 MB 1 0
34,407 34,407 00000000534334ddd23ec9d27c017d231afdec5b85ce90cd0e9962fef0048ad1 0.00 MB 1 0
34,406 34,406 0000000021b498fed962d5167a778d2746ead3881447606cc59ead552b204a6c 0.00 MB 1 0
34,405 34,405 000000005aaabe9e28512a35e9b24a9268fa1d36ea9572526aa418f2f98dbd75 0.00 MB 1 0
34,404 34,404 000000008da5566d7b8e9ebf5c0bb4ebf2ecb37cca41bba1ce72dbd7cc804420 0.00 MB 1 0
34,403 34,403 000000006d0293454deeff20271ef0a403d66f6f84e3a4ecfb3c66f05707046e 0.00 MB 1 0
34,402 34,402 00000000ad2f2440cf943ed113e6ce03f5edf23075d941a220fd1d0bcff5bea2 0.02 MB 3 1,044
34,401 34,401 00000000959521c5e273a937661d1c5291899ac7019ebf8676d7d314b5784d03 0.00 MB 1 0
34,400 34,400 000000002931e91b9fcea63ee137c8a87885717820e655075cc30db128d7d915 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.03 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,854.66 GB sent, 102.07 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.