Memory Pool Memory Pool Refreshing

6,426 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (41,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,521 866,521 0000000000000000000069d2529f8663418426278ce3e34d9241f681e29ddd0f 1.52 MB 2,975 8
866,520 866,520 000000000000000000001fd4c5f35e2e10de72467877b81636eed9577e35ece7 1.60 MB 2,839 9
866,519 866,519 00000000000000000002964da434436297304038caa1f0b536c555eea0c01c54 1.48 MB 3,824 7
866,518 866,518 000000000000000000029a2198d8d61b7c6459913fe32045ac4c89e06b8d872e 1.42 MB 5,067 12
866,517 866,517 00000000000000000002cd9663c036c3bdc0edb986e5b64d72311a31914e6237 1.54 MB 6,204 14
866,516 866,516 00000000000000000000c6d0cf7af56a389ea1357c9a0b2a9fdecb2ba576bfed 1.57 MB 6,282 12
866,515 866,515 0000000000000000000282de0d916c5b7d34ff71620eb5a89146fd003f165230 1.51 MB 6,447 13
866,514 866,514 0000000000000000000300f23240f22734c4230b8b70563da29ec0e45882e9d2 1.47 MB 6,756 16
866,513 866,513 00000000000000000000df08647272c5e41e5cfe3f412d76e10fc382d6b69c77 1.54 MB 6,654 16
866,512 866,512 00000000000000000000a4eb0e9b38a1fe159ac4b3a519c6c1ea5e60ab842332 1.47 MB 6,576 13
866,511 866,511 00000000000000000000aa6796b88cd716a6d0d284a3837637bf91a6b7150712 1.49 MB 6,355 11
866,510 866,510 00000000000000000002064c39c81e8160f10fcebdb62fe3358f8b4870aef204 1.47 MB 6,358 7
866,509 866,509 0000000000000000000197109a8e6bd0c77b55477763ceadc0b467db8729f6cf 1.48 MB 6,353 8
866,508 866,508 0000000000000000000134f6511e956c6b77b0cc1933e8ec32abb7d6679b8ced 0.00 MB 1 0
866,507 866,507 00000000000000000000d03fafe090406c1267b53d3c28e74b6caf7244805170 1.77 MB 2,426 5
866,506 866,506 00000000000000000001e2553a11cfb4e687a34c9482ffab7da6a518e7183fca 1.75 MB 3,873 2
866,505 866,505 000000000000000000001e18d53fbfe2e82948d8e92a1f78d81c922abbdee243 1.70 MB 2,712 3
866,504 866,504 00000000000000000000995ed97b5ccfebd1035a0e687f967a3ade51a8a02f87 1.34 MB 2,469 3
866,503 866,503 000000000000000000004d0b289b37a56bbb5ff8f202c75234bb3057de940c11 1.37 MB 3,681 3
866,502 866,502 00000000000000000002f161a2a8d2c1ef518d962de2645df228d15996bd9785 1.58 MB 5,009 3
866,501 866,501 00000000000000000002cde5eec2dcb809a82f7252e1947aa6a2543fba569c09 1.63 MB 4,903 4
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.31 GB sent, 94.25 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.