Memory Pool Memory Pool Refreshing

2,168 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.69 vMB 2,155 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (425,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
481,883 481,883 000000000000000000077958df988d7b24f4a5ffcaf989e0ad0194facd8f369a 1.00 MB 2,661 363
481,882 481,882 00000000000000000091ec328fa0139d57bde7c4eec06e9f731f4d6f71bb4965 1.00 MB 2,601 393
481,881 481,881 0000000000000000004571471e8cd495f0fe2fb0989002c2b0b864e697c69df4 1.00 MB 2,325 465
481,880 481,880 000000000000000000a3643ffc1c620c06fc77d4fdb65ff4c2ab4518ccd7dd54 0.00 MB 1 0
481,879 481,879 00000000000000000117280fde7ea74b4e6b62c402d5ecf2b6d3de4b106c37ca 0.99 MB 2,509 471
481,878 481,878 0000000000000000005c2716477fc8951fcef7a1e20cc129c49c003e08101575 1.00 MB 2,350 460
481,877 481,877 00000000000000000023e7e5fafd0b2500281a11ff66e52d259d666ba15aa35c 1.00 MB 2,371 321
481,876 481,876 000000000000000000c072cf336903f01d6555f54471a0d3cfa862daa89c5950 0.75 MB 1,530 433
481,875 481,875 0000000000000000008f284399ba4c2234ff5294640cf6d13a5828d2246011cd 1.00 MB 1,970 443
481,874 481,874 00000000000000000118bf5627d21dbd4131175319ae63994e0910d968cde737 0.65 MB 1,466 446
481,873 481,873 000000000000000000e46e03d41330ffc844a188d5b897942d2fe47eb890e260 0.85 MB 1,646 358
481,872 481,872 000000000000000000fcd423422dbd4435f2479d2de7734243a4a305d16a44a9 1.00 MB 2,580 376
481,871 481,871 000000000000000000c8020be63622ef04968a2f500c0a1d4aeeddbfef057ff4 1.00 MB 2,544 433
481,870 481,870 0000000000000000010e1245a5d6252da0b0672499ce31655ca5f1ffecd0301c 1.00 MB 2,812 389
481,869 481,869 000000000000000000f3e7f1ac25de8cd776bc4d42eb42a956e656edf1657ff0 1.00 MB 2,292 419
481,868 481,868 000000000000000000a5a7cebc6c5d05dd9ae4cffa3b450b2e5801fc7510ee0b 1.00 MB 2,274 474
481,867 481,867 0000000000000000006655b5e3ea72e75102cda6c87b24521fbde6fda3a86d54 1.00 MB 2,442 447
481,866 481,866 000000000000000000be692c6ca34e665a3bf6aa68537592c7f205a07ce30b56 0.99 MB 2,101 439
481,865 481,865 00000000000000000067c5823c4d59cb4b26bd0e16cf3d8050054d7bbf4c5d37 1.00 MB 2,265 495
481,864 481,864 0000000000000000011e3fba330f715528bc5d7863977ae95011a75a54fcde1c 1.00 MB 2,486 358
481,863 481,863 0000000000000000000f1cecdd587034439487719aea8f0ccdfe54d8f3a55f0a 1.00 MB 2,216 432
Previous 10 blocks ↓
Total Size: 769.07 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,628.10 GB sent, 93.23 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.