Memory Pool Memory Pool Refreshing

2,402 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,016 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.77 vMB 2,402 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (707,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
200,642 200,642 000000000000044fab60815caabb979531a26d1ab62205d9867b8a07d39bef27 0.22 MB 353 344
200,641 200,641 0000000000000003a7d1c34167a71591000b9cb1f660f074545decb971f4422a 0.06 MB 213 0
200,640 200,640 0000000000000206c657a5548c6aaa4ac6a876ed9bb5bbfc26126ac419c901ca 0.10 MB 207 88
200,639 200,639 0000000000000379bd885d60bcaab9b346a03e9346f310ae3a5ff01cd3770aa5 0.25 MB 797 223
200,638 200,638 000000000000055a130eac1851a36b2e85e29f313043e345ce4fdc98dbda301c 0.05 MB 111 155
Previous 10 blocks ↓
Total Size: 769.57 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,650.38 GB sent, 95.80 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.