Memory Pool Memory Pool Refreshing

494 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 478 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (830,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,622 77,622 0000000000403ee9f0d98e24efae055ba1c0ad52a0eb674cad52aeb6a9229dc7 0.00 MB 1 0
77,621 77,621 00000000000bb23e6230f6a1b1423d39796c224a8a21704c063f34915b7416ea 0.00 MB 5 0
77,620 77,620 00000000003dc6033acb9cd83c67a654119498ad78295647b4242a797acf0abe 0.00 MB 4 0
77,619 77,619 000000000011333ee643d20ee94b71dd96e2b9cbd50c38a97a75c876ce3b1026 0.00 MB 1 0
77,618 77,618 000000000020f2b7bd63de0f32713bb887aea3c832f068c43a36b58f0ed0ae95 0.00 MB 2 0
77,617 77,617 000000000032aefd49f21dbcc25472acd9e340f0b2dbf3b2f27e335f374ba567 0.00 MB 1 0
77,616 77,616 00000000001158a3d982ffa523825e08c651a4869d1ebb9f02e71c86d4289005 0.00 MB 1 0
77,615 77,615 0000000000121df973a630fbeba8d47c06fb5d98607c18a34034874eeb9be152 0.00 MB 2 0
77,614 77,614 000000000017a739e57836454e94e1508d24c067ddfebf05d55533fde1154775 0.00 MB 1 0
77,613 77,613 000000000029a85ff5f28e40d18d99d86f11a838ca7f7038b2212ae94c4d7514 0.00 MB 1 0
77,612 77,612 00000000000c2565c0ed1f83f536f6fe890c2c5e038cbefc9b71681799f11323 0.00 MB 1 0
77,611 77,611 00000000001fb41b99a33b3bc4d11d1241e7fa95b20c457bc9da2b54e95daacb 0.00 MB 7 0
77,610 77,610 0000000000438e393b77ab87f35497d655d9ef8f18418c694c49850f117700a7 0.00 MB 15 0
77,609 77,609 00000000006444ed25047f48f2bdc5cf6110a20277befb8c0e85accbc11c82ee 0.00 MB 1 0
77,608 77,608 000000000031dd8a6258325f2d295412167649cb2c716f7f5223464a2ea068b4 0.00 MB 1 0
77,607 77,607 00000000002209fd5255f7fa8e73b98bd5289d1b0a744b13f682470934ebfd52 0.00 MB 1 0
77,606 77,606 0000000000275795645b68456cd23b9a9c285621f07159b3e77f981908aa8094 0.00 MB 3 0
77,605 77,605 0000000000610bdae6b0da1ade88e97c4a554c8cd322b91df8170ef637d48291 0.00 MB 2 0
77,604 77,604 00000000003dffaefe35d4ace24d6d75d1a72f21a0b3b72681e5483e1fbb2d57 0.00 MB 1 0
77,603 77,603 00000000000d3a310baf0675794f38c8a4b471b3f184279bb4747dd7c12bcdc4 0.00 MB 1 0
77,602 77,602 00000000001d67eb5233795d03eebecca276039b380a92ddeaedb3898b34a4b0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.