Memory Pool Memory Pool Refreshing

384 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,787 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 380 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,786 (707,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,663 200,663 0000000000000552c7105b56e4b5264cf45bd30827507d27aa3e93429fb9c75f 0.08 MB 228 154
200,662 200,662 000000000000025b005b7ef3491c139a51ca5cd45bfbec22205748c581ac2fd7 0.27 MB 674 111
200,661 200,661 00000000000004a1873805a8334f28ff0f5096124c8ebe7f9b1a5760d4fedfa1 0.07 MB 161 71
200,660 200,660 000000000000058a8c6ccfd1be6966191493d3d19cfb5a35ba6b95e950936937 0.14 MB 242 168
200,659 200,659 00000000000000d0898b1fe77c76d1b28b85bd254e62bdf1127c55774d2007e6 0.06 MB 75 139
200,658 200,658 000000000000051aea4113d1fc5c2942c6b76704c33d469f5f3898cd6e92b9fb 0.10 MB 247 156
200,657 200,657 00000000000001ed655ca52c999e9f346397340e363c31586ad8b1d656221a4b 0.06 MB 180 278
200,656 200,656 000000000000058b93b3ff900e5d09288807feac48ad5bc9d834aa182c26deeb 0.05 MB 148 46
200,655 200,655 000000000000055a46048866fdc947c84e4b922944d08b31106351ef321f0fed 0.13 MB 366 171
200,654 200,654 00000000000003e7051c09d28708ac49e185b847a37bfec948a82d290ec806ac 0.14 MB 260 142
200,653 200,653 0000000000000560d5292dd448e0758a34fdc4e699f42dd671cd775d12e66a1b 0.19 MB 460 121
200,652 200,652 00000000000000c81ff26e52bb2432c55010c4e9e18e6c9a3d03860075b9b580 0.25 MB 448 134
200,651 200,651 00000000000001e7341d046c934bc7b12e0d9ead1d3a07455b8b95f97332cef4 0.08 MB 263 151
200,650 200,650 00000000000004fda5a7779bb52adc64e4c57bcfffdbee62e5855b243e0344e6 0.21 MB 485 100
200,649 200,649 0000000000000176a02229c081a5ed650e4d9a5497519771ebf8afa6d11c0062 0.25 MB 570 144
200,648 200,648 00000000000004311f071221cf2f7f8cdc97305b35781b4b7fec8eb6fd2347c4 0.11 MB 225 117
200,647 200,647 00000000000001d0645217c2ef5d182edce162249ed26ecf5e516f9327320021 0.13 MB 321 116
200,646 200,646 00000000000005bb67a74763f5fa6e76397fb538a26b0dc113fba094e7e3d1c3 0.25 MB 627 138
200,645 200,645 0000000000000441a44d2f2b2adfa0f1e8fc2626df665bd1a54248e6f0dc7354 0.25 MB 381 119
200,644 200,644 0000000000000118cff7621e2848c43948b80a0656df9705f6646f7a7121950a 0.37 MB 622 164
200,643 200,643 00000000000001464b41fa77a4e102ea444f0bfeae8cd4f3f7634f76e2406d7c 0.08 MB 152 94
Previous 10 blocks ↓
Total Size: 769.14 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,631.86 GB sent, 93.58 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.