Memory Pool Memory Pool Refreshing

8,393 transactions
3.09 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,924 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,005 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,923 (793,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,836 114,836 0000000000001e42fe1b893693e7d88d291cd3e8ba9c5c8c21423d624e9f235d 0.01 MB 23 554
114,835 114,835 0000000000006da41fc16252650c8b5b2075c9acc599debe5553e35d691a5f2d 0.05 MB 168 61
114,834 114,834 000000000000cc248cc894f96ff61ed1097751902bd3c0b79bdc8d7c4cfe28b3 0.00 MB 3 3,883
114,833 114,833 0000000000007d92fd811ca1fbe7c6cfb6b65d3c6f32ff540357c6862aad6f95 0.00 MB 4 1,944
114,832 114,832 000000000000961f26a4c14a6745d1362d03c5eafeaa0d66138b000e5ca20b8c 0.01 MB 21 1,825
114,831 114,831 00000000000023dbf197c0fcfa25ee46b06409a2fea72b9a6444767ee92c4848 0.01 MB 13 943
114,830 114,830 0000000000002311717e674727fa96ddff7f393fc9a54c991ad61e5ef9647a3e 0.01 MB 24 195
114,829 114,829 00000000000005f52000662d8ceb77ca95983f8597ce8af31b83092b7c317b4e 0.00 MB 13 3,657
114,828 114,828 0000000000003350d1fd0a24f3984b62b4118e7ebaf44dc1612bc85efe927999 0.00 MB 7 3,870
114,827 114,827 0000000000000df7cc6222055b394f861e001bfa6b752220f82d086513bc3d26 0.00 MB 5 3,864
114,826 114,826 00000000000032023dc6a73ddf8c379b9812a9a5719cd4bd2af389a0454f270d 0.00 MB 11 1,195
114,825 114,825 000000000000d5726223441d9504635f0128d36536d20b36fef4387f3f4cf775 0.00 MB 1 0
114,824 114,824 000000000000ab3bbffd115468cae50b1ead280aa31602465bdb8c9a4df494d1 0.01 MB 21 579
114,823 114,823 000000000000ceafd7d17766fb5f3b9922ce9272161372028a18868e65287bb1 0.00 MB 2 3,875
114,822 114,822 000000000000438e9413fe34123d65d1573f515b83b1ab3b01358dd892532a93 0.00 MB 6 4,081
114,821 114,821 00000000000023416f012ec50de3c4da656a06c1b84c1037d4b3c564d5ff17db 0.01 MB 4 1,160
114,820 114,820 0000000000001734733f190c5308386b2387a5e65146a8dbc5bed32f09016504 0.01 MB 27 628
114,819 114,819 00000000000058f65191f3d5e20f9bc6d93597a7388c3ca6e61795a988185b46 0.01 MB 22 421
114,818 114,818 000000000000b29f1b1a58478b1cddfeb8bef4d22c22f21164ea69d1e85885a2 0.00 MB 9 3,573
114,817 114,817 00000000000056a6ab4fca28f56fd25ab46c20238f74781b9bb684b1be8e3e24 0.00 MB 11 0
114,816 114,816 0000000000002e557bc59b5d43b46c434eb8315f7ec29f8aa7c3e2920b2bbcfa 0.00 MB 3 3,861
Previous 10 blocks ↓
Total Size: 769.40 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,644.72 GB sent, 94.97 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.