Memory Pool Memory Pool Refreshing

9,267 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (46,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,292 861,292 000000000000000000014c437db050db9bca2d7fd3591a332593546afe16764f 1.59 MB 3,941 6
861,291 861,291 00000000000000000000c04482be36946655d16cd653d941376c601e0a6c7f18 1.65 MB 7,931 2
861,290 861,290 000000000000000000009b375ad971665167b78b9acd777314a06d09a0fbee8a 1.80 MB 5,396 3
861,289 861,289 0000000000000000000296a3d36b50a78459f52f3ee9cc6ff57d32c6ef718910 1.63 MB 3,435 5
861,288 861,288 00000000000000000002be6bcc3c0ee8756931f5c80aff06d45cd45d150bc165 1.61 MB 5,325 2
861,287 861,287 000000000000000000014b0203614dc45bf3bdeb5a4af2433da419fdd69e1de3 1.60 MB 3,650 5
861,286 861,286 0000000000000000000240b11e3d5aa2856162c0cbe616318d21205753d3e9ff 1.56 MB 3,171 7
861,285 861,285 00000000000000000000a7ff3816c2f02ce748e6a9b9cc427c34c98c91addbd7 1.53 MB 3,772 3
861,284 861,284 00000000000000000002c2f4d7f9dccae6ddca79cfa41d2d207e95f477cc7063 1.60 MB 3,660 5
861,283 861,283 0000000000000000000175a4ffdc52785e04f76e1ee61e345e9a9c8e6d79981a 1.66 MB 3,112 6
861,282 861,282 0000000000000000000008b6220c685a0433c447aaeac1e7d8a8a7ce0f5ddf07 1.54 MB 4,336 4
861,281 861,281 00000000000000000000506980b0a5a8c901de889bc0fff12e12de1d65334872 1.64 MB 3,697 3
861,280 861,280 000000000000000000003a0daf109f8d2a7e0597956e10cc12948a77f7ffac1b 1.55 MB 3,916 7
861,279 861,279 0000000000000000000252116071deb85fa9e37c454c1bd477ae6d15f7d5e4c7 1.63 MB 3,983 4
861,278 861,278 000000000000000000006ac8d29712e4c915446614b6327d85d27ca6605197e9 1.50 MB 3,482 5
861,277 861,277 00000000000000000000819aecc8ab6b02c9eb92305a876ebed704f4c3573417 1.58 MB 3,891 12
861,276 861,276 000000000000000000000c604a2b1bd7d3c0c613eb819f251eb460e4d42712e6 1.65 MB 7,599 2
861,275 861,275 000000000000000000029d192ae266ca014fa27ea9f49d6cf6f9b2f9cc53b52f 1.72 MB 6,300 2
861,274 861,274 00000000000000000001fed7daa4840b92153318521613459c7cee772c08b9f3 1.69 MB 5,037 4
861,273 861,273 0000000000000000000228188f83e54b8ede4c884a682975b9042053ed20aa6a 1.59 MB 6,237 2
861,272 861,272 00000000000000000001579e7e44f61affcadf8f7f0afc3b3983223f4da558b0 1.59 MB 3,768 6
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.