Memory Pool Memory Pool Refreshing

1,253 transactions
19.87 vMB
Show Random Selection Loading Transactions
Max Size: 80/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,308 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,037 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (899,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,432 8,432 0000000039f573d63702926787950fd543889b60e4c434dd5be4e855afeb89b4 0.00 MB 1 0
8,431 8,431 0000000040063ce77f3226139a9843d7cdccb7cf4b84e4afac79d6515791222f 0.00 MB 1 0
8,430 8,430 00000000e6947759eea5751d8fa1d4b9dab382538e6d79630c1090e1fe039051 0.00 MB 1 0
8,429 8,429 00000000d8e0686ad0e5b7400712a7935b0519fe2d10bdd402c9ba26d4676363 0.00 MB 1 0
8,428 8,428 00000000309564d27c75e4aeba724b98c0566b165066e33c4f2572a1f08dd2ba 0.00 MB 1 0
8,427 8,427 00000000262c5f9b4104678c92ec55b95406842de6612872774fdd8d3747f91f 0.00 MB 1 0
8,426 8,426 00000000c9d2d95f40c3b5031b2982300ed4dc1093e880390c39265794bb8718 0.00 MB 1 0
8,425 8,425 00000000aeeaca290066788f88557bfb2c71ae52175be2fe0602ae41d0f245f0 0.00 MB 1 0
8,424 8,424 0000000006c798269da12844788123dc62affb3ddb4fd3c8c2ff733dd9da620e 0.00 MB 1 0
8,423 8,423 000000008d790aff3e5521bdb8642ff1dd37588fbb58c70f0741d77125c2b1e0 0.00 MB 1 0
8,422 8,422 00000000996e66837d53c82651287d97d0c6bbc1944a6f02abb52528332eb78c 0.00 MB 1 0
8,421 8,421 0000000041101a83edf8d860eda4018fe99716f09b37f3206899cfecde8ab0ec 0.00 MB 1 0
8,420 8,420 0000000032a60fb0d87555f1db86bf6b12f329e7f1e110b1031cc12c44a57db9 0.00 MB 1 0
8,419 8,419 000000002e96d6922386ad02d993fdb358d898b5e71b73cd01b156616e939f20 0.00 MB 1 0
8,418 8,418 00000000fb16ca5d451ee2bfdea82f56498cd3705690d6b1d2cd08fde83cc11a 0.00 MB 1 0
8,417 8,417 000000002e5949e628f22574c0f13d4b6e9ab59b50fbc8780cecd105052c8778 0.00 MB 1 0
8,416 8,416 000000007673ce35038f0e1ff8d7a265a97f854d7a5b8b7518334ed0e7626b74 0.00 MB 1 0
8,415 8,415 000000000e10be0713aaea675fb71a9481e6468fd9206833b6be100af33baeab 0.00 MB 1 0
8,414 8,414 00000000fc468e1375ee4aa26db6b6053ee5979c54e341094ba3b591f3fb75e4 0.00 MB 1 0
8,413 8,413 00000000ab66e934e5822e9fe621c0120b33ad1634b24935a730e48905032a79 0.00 MB 1 0
8,412 8,412 0000000037e283cc7024657386e332f7e13f76083c58657303ea40db07ecc521 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,694.61 GB sent, 98.54 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.