Memory Pool Memory Pool Refreshing

3,974 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,327 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (422,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,149 485,149 00000000000000000071ad4823c684b1656110cdc2e000270631cc054dbc2a48 0.50 MB 917 91
485,148 485,148 0000000000000000007822c85daa90a7995303c764b18d6bba1ecc5bd083f489 0.40 MB 772 7
485,147 485,147 0000000000000000012e841f1f0b8c4eca458c869ed3f50d69558f526a9c3d9e 1.01 MB 2,398 116
485,146 485,146 000000000000000000c9e96123a491e1bacd449e77360fa4a14cebf9bd8b125f 0.43 MB 801 95
485,145 485,145 000000000000000000979bb9494b98e2e0c73ec01be436c51b49b176ac349821 0.17 MB 391 84
485,144 485,144 00000000000000000118a88c5e3c6616face82dcc42befd14d4d94d0dccc308f 0.40 MB 480 53
485,143 485,143 0000000000000000011eddcfcbb041d5d30667dafd9961b6e304b27dad59f8f2 0.68 MB 1,085 58
485,142 485,142 0000000000000000004aa5822e81d48ea6747b5cc3f239674d894a5d362dc127 0.95 MB 1,709 100
485,141 485,141 0000000000000000008bb25392f2d4bc2ca4c3981e54211e622d3912e11a0534 0.67 MB 1,291 85
485,140 485,140 0000000000000000005cef9c427b66780b8ea2ab50d1b6d9792362530bbac63c 0.58 MB 1,308 103
485,139 485,139 000000000000000000f23d53e689ccda74c4e9a8e08ac5d438a59a4020586f45 0.77 MB 1,575 23
485,138 485,138 00000000000000000079659844cd0ed303b8c855ca0d7ee80cd0b75a29122491 1.00 MB 1,795 152
485,137 485,137 000000000000000000a8de504f09473ecd23c71aea03519e45a2ec1abd828132 0.26 MB 643 102
485,136 485,136 000000000000000001128ba9b183c6ed4da50011c6bf600e685cc3010fba4ff0 0.19 MB 459 93
485,135 485,135 0000000000000000004a773b51999e5421101fdff3983b9cb5cd68bdfe8f8780 0.02 MB 52 144
485,134 485,134 000000000000000000f4e93814aaf6724582d0588e0667a7b121a608339b6519 0.02 MB 32 45
485,133 485,133 00000000000000000025bc94656ff491b56d0f608d4f35e4779701d79d74ebff 0.73 MB 1,347 92
485,132 485,132 000000000000000000ab58fd5be44272734033a6734df0712e3ba1e59502ad18 0.18 MB 419 94
485,131 485,131 000000000000000001194f55d02a5da019768efd29ec1327e00bbc41df72e33f 0.34 MB 592 25
485,130 485,130 000000000000000000d6529f04dad6653bb845c62b4374b3359fe64bba72e059 1.01 MB 1,457 101
485,129 485,129 0000000000000000006daaa1a4927efef833897aee8b31f230252ec22ecfb4a5 0.52 MB 1,168 80
Previous 10 blocks ↓
Total Size: 769.54 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,648.77 GB sent, 95.66 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.