Memory Pool Memory Pool Refreshing

5,857 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,867 (409,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
498,773 498,773 00000000000000000097817217d0f4fd618f0d6fba612b0a87daa239df92ba3b 1.05 MB 2,270 295
498,772 498,772 0000000000000000008a4bdf8ec1149365f0d503d5c00d040022d42ed63d3abd 1.08 MB 2,730 398
498,771 498,771 0000000000000000004cfe14d6b6e03d65a2bc2b540a321710026b8e8df15b8b 1.06 MB 2,395 233
498,770 498,770 000000000000000000328766d4044473b9fb4efb5f45c0f06e5a4c64a5732d73 1.04 MB 2,473 268
498,769 498,769 0000000000000000000993fd98a31488003e190f18f4a842124184f41d995ba9 1.05 MB 2,467 379
498,768 498,768 000000000000000000172fa9561b922d5d976c6c3f8d943bc90cf99ccfd34c93 1.06 MB 2,737 405
498,767 498,767 00000000000000000018103b5fe48ffd6108f2928322cb555b54e8f2c731a8fc 1.04 MB 1,766 244
498,766 498,766 000000000000000000af50bce86fd0f49dc706a41fcd17d483c906f95490de08 1.07 MB 2,081 296
498,765 498,765 000000000000000000943e6a69087aa820688b2e188126d88b03972abbc226db 1.07 MB 2,536 357
498,764 498,764 000000000000000000aa68479e13acf3035b0db7581fed7ce7c6304d6432a5f7 1.07 MB 2,645 268
498,763 498,763 00000000000000000045319a9d5a5031160b12b2dcccaf4ea537849440e0a07a 1.10 MB 2,810 278
498,762 498,762 0000000000000000007f7212b500b765878334c924af2bd83fe881ae91671dc2 1.06 MB 2,924 325
498,761 498,761 0000000000000000008263857816e81d68cb9e5e435bf82f1ff0d27af6e0743d 1.06 MB 2,314 327
498,760 498,760 0000000000000000004d5c6ecd33753a2e0cbae60b40d74e26a949a87329f298 1.08 MB 2,713 396
498,759 498,759 00000000000000000018e5f8d99dcd94aff8346319939b2800c840156b91a1bc 1.07 MB 2,396 427
498,758 498,758 0000000000000000004f45700a010cac3e184486cc1b2cd79c25262641912c5f 1.08 MB 2,250 311
498,757 498,757 000000000000000000a2d1c1ca97766d3a9f82a628d46cc3791cc20b697888b0 1.12 MB 2,597 313
498,756 498,756 000000000000000000a5762b6b4ea91a304722898441434244adf6fcc16ab1ca 1.09 MB 2,593 397
498,755 498,755 000000000000000000a8b71c6859231808cb900db2c697384c7ada39909e902f 1.07 MB 2,454 427
498,754 498,754 0000000000000000004321cb1dfbaf3788265287c5009efef4b2aabf8fcbbe70 1.06 MB 2,811 317
498,753 498,753 0000000000000000000d85c784f8c1d6cf567fdcdc6721e3b9467c743bdade92 1.09 MB 2,580 421
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.