Memory Pool Memory Pool Refreshing

4,395 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,421 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,655 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,420 (855,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,335 53,335 000000000369d6b722d0d6d37b6082ee5f9bbf2d978192d3cf1fc43056ad632f 0.00 MB 1 0
53,334 53,334 0000000003681b8896641de82fe962a63e70a90066c1bda53609909cb5500001 0.00 MB 1 0
53,333 53,333 00000000143f4eea2cada5882eab0222b29d192da08599f9cbbbafa8d33b61e2 0.00 MB 1 0
53,332 53,332 000000000fd9a8360a4e30f353d7d1ae138bdce6ecf300d79854ccf7fd5dad39 0.00 MB 2 0
53,331 53,331 000000001031d78355d13f2daa206673b0a99d06503a92db143ed71821d390ba 0.00 MB 1 0
53,330 53,330 00000000012e402f3f36a8e4df425471c487db39c13fef3f37113667821deb3c 0.00 MB 1 0
53,329 53,329 00000000064c7dfbf7bd89ce14bb2402b95aa5a58d520ce66d4590398762aad6 0.00 MB 1 0
53,328 53,328 000000001045d177de3d89f4d3eee0f57cd109aba5bd1bd48f8242336670a46c 0.00 MB 1 0
53,327 53,327 00000000061126e1ad136b4b80a7fd54407e009926875425b6748e20349ad1fb 0.00 MB 1 0
53,326 53,326 00000000008634f0cd39062f6a3c5ceeb4b4a99538fc5341ade5aaf708b064ca 0.00 MB 1 0
53,325 53,325 0000000006d23a3c590f356928bf054d6a058c3cc76d51606fa66d3c9d964f83 0.00 MB 1 0
53,324 53,324 00000000004866138bfedd25886875716e4ad6fd19d97786a2e610dd2c04b120 0.00 MB 3 0
53,323 53,323 0000000003c0d34d0bb57916a5092914144b552a878882514af3c38e352ed722 0.00 MB 1 0
53,322 53,322 00000000158f4bc5995dce3884e19f7d3b243d6a727f9e776f8a8a69b7f01784 0.00 MB 1 0
53,321 53,321 0000000009aaf911b3caf1c536ce6b1e2ce55d157346daf9815490e2ef02fd97 0.00 MB 1 0
53,320 53,320 00000000129a8b58ccfe5f84e39af0bc075a65706a9d6864fba4223320535215 0.00 MB 1 0
53,319 53,319 00000000058307f08b9e32f45434075791af5d142b40747b26efb4884d0d68ac 0.00 MB 1 0
53,318 53,318 00000000118c18db0a0253d1d3ddb29e5197ae9a02ee5bb1752fefee9a9f83c0 0.00 MB 1 0
53,317 53,317 0000000006061ff2197ce45f3afa0bbd20038bd02a3cf5542ce132a50b3b8e8c 0.00 MB 1 0
53,316 53,316 000000000a8f5609fa4b70a6673b090cd7bb8fd4bc7a9437d4ec3075619524ac 0.00 MB 2 0
53,315 53,315 0000000003ba3c09e4cb26248e5e1b9b3d41153233c09d1144b87e14adabe2aa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.48 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,749.91 GB sent, 99.48 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.