Memory Pool Memory Pool Refreshing

46,824 transactions
31.80 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
7 sats/vbyte 2
4 sats/vbyte 3
4 sats/vbyte 6
4 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,171 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,637 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,170 (47,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
828,468 828,468 00000000000000000000e9c5a44728756f99de2174447aa1c44dc565e68a9590 1.31 MB 1,583 27
828,467 828,467 0000000000000000000238b88009124279d9ebb7b862b1fc1bd4cccb0638fad0 1.56 MB 2,981 28
828,466 828,466 00000000000000000001ae4f1754d4926a1a9f62800a80cddf1ee260db0a7db1 1.03 MB 245 23
828,465 828,465 000000000000000000000dbc03e10d2ed741759e90b8ace585bab0d19c681f56 1.60 MB 2,872 30
828,464 828,464 00000000000000000000791f3c2d5ab2939947c7c30159951b4a1973f0f92227 1.00 MB 113 23
828,463 828,463 00000000000000000000933530523946e7cf2862bcb3f046c0355c766b778e6f 1.64 MB 3,164 30
828,462 828,462 00000000000000000003a21524a4521ca0e325918646b12921b643510271e525 1.56 MB 2,079 25
828,461 828,461 00000000000000000000b06fc51b2b08c806d8e75e9caa60309297d03d06c3ee 1.62 MB 2,794 36
828,460 828,460 000000000000000000038c114cb2e8f6096c76c800f921992f7f0342ae8a17f1 1.74 MB 2,461 34
828,459 828,459 000000000000000000037c9b828c2f5d738b21c321e3b97c1fc637202dd53516 1.49 MB 1,613 24
828,458 828,458 0000000000000000000037791a5fe182affbd408e8a2d02500f57516c62710b1 1.72 MB 2,832 35
828,457 828,457 0000000000000000000085fb49bd07b9999c9695ff44e2c145389948969305c0 1.04 MB 287 23
828,456 828,456 0000000000000000000098187693ff43b30ca40e024015bdf47c77ddb7f965e5 1.58 MB 2,214 33
828,455 828,455 000000000000000000033873c9967e5955ad9a6bd61ee48b299414a8bf43a9c7 1.04 MB 126 23
828,454 828,454 0000000000000000000387b8b95891c310d7ee481935ffbd905676933ce38309 1.79 MB 1,951 29
828,453 828,453 00000000000000000003e546b63f1d7bf1c068f2bd2304bc31dba60fca105ced 1.47 MB 2,073 30
828,452 828,452 0000000000000000000125ddc5eb99215a0d1da810b560f5097b4838444d20bd 1.02 MB 146 23
828,451 828,451 000000000000000000035620a7304cd6f17558ea003a3e16398cfde7a42c5c4a 1.39 MB 1,539 26
828,450 828,450 000000000000000000007ebda1ad035539bd56bade409cffa58db3748a66b92e 1.48 MB 2,360 35
828,449 828,449 000000000000000000008fba792669c86e27477b9f0d244199ac2fb64d2405c5 1.31 MB 1,173 27
828,448 828,448 0000000000000000000231f665da9644131725a0f0fe6008ce672d6edbe361da 1.48 MB 1,401 28
Previous 10 blocks ↓
Total Size: 710.80 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: 737.32 GB sent, 17.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.