Memory Pool Memory Pool Refreshing

1,949 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,861 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,924 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (78,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,421 829,421 00000000000000000001bdd7a086e2683ea8faebfa644e2d4d85ca89905219b1 1.72 MB 3,091 43
829,420 829,420 00000000000000000000fa84ba471d0f5939f04a16f77a1b87b4eda360b9a852 1.48 MB 3,039 55
829,419 829,419 0000000000000000000306231601771a64816b8283ee245bf474ab522fdc0c68 1.61 MB 3,086 71
829,418 829,418 0000000000000000000274054eea13d926f036b6d173597d7b15b3bff90ba025 1.64 MB 2,597 36
829,417 829,417 0000000000000000000075b49862e27d2d2a3fe8ea6307d0911e1cd90fd7f368 1.64 MB 3,163 60
829,416 829,416 00000000000000000001060e5be3e3aa9984d6fbfbf5394a5292856dfe205bd3 1.89 MB 2,952 51
829,415 829,415 00000000000000000002a84b1975496293f91b52f32072dc29818125e0c7f6a4 1.87 MB 3,397 58
829,414 829,414 000000000000000000002b6de472b49a11556fed0aa09b39a03b6b7959ab345d 1.63 MB 3,461 81
829,413 829,413 000000000000000000014c98980437d428ebc85232641fcde47b0f1fca16a4c8 1.71 MB 3,150 37
829,412 829,412 000000000000000000009dc73cffb2c9883e9805fda1566d6433d9829669590c 1.65 MB 3,290 45
829,411 829,411 00000000000000000001d7db9d51c9720684075d3ab002a859ca17bd9c97e3a8 1.68 MB 3,492 36
829,410 829,410 000000000000000000015eef566788889d9970a8a0501b7ff638d206795cd060 1.63 MB 4,041 48
829,409 829,409 00000000000000000000c4c3c64c16fa80f92d3cc62b9f6df05f8e49b1f5a218 1.85 MB 3,687 45
829,408 829,408 00000000000000000002a74200a1d9ddb8f0e68c5bb7da96303e4ddebd91708b 1.62 MB 2,707 39
829,407 829,407 00000000000000000002110f6111ae64efc8970bbf479663a1305d61b76aeee8 1.64 MB 3,632 58
829,406 829,406 000000000000000000028deffb15a938b1c954d4f7cae4021589ba07b5389436 1.63 MB 3,490 45
829,405 829,405 00000000000000000000eeb09ea0c40e833b9f5cd62cb5eb454dd8d265f809ea 1.60 MB 3,124 73
829,404 829,404 000000000000000000025a9340556dd01e16138abc4d865c752897f217fcd812 1.76 MB 4,311 62
829,403 829,403 000000000000000000003d6309ab7a30a02e28e937d51b3d88dde6162c34d01a 1.58 MB 3,287 40
829,402 829,402 00000000000000000001b9cae92ca00d553ec8241e1934223311a809fa677c55 1.73 MB 4,077 44
829,401 829,401 00000000000000000002f1600cf67e59cdb088f38fea2cead45a5baf5e404062 1.56 MB 3,003 64
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.