Memory Pool Memory Pool Refreshing

11,363 transactions
4.79 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,745 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (4,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,376 903,376 0000000000000000000131d357cd7087a680f4f116f779a6ba76090b63df4eaa 1.38 MB 2,383 2
903,375 903,375 0000000000000000000227c21e1290fd8b4877ed9c42e9cc02c867cb9945a3ca 1.33 MB 1,777 2
903,374 903,374 000000000000000000005c97d7b22d9370555f339f56c346ddcad43796af2adb 1.38 MB 2,695 2
903,373 903,373 000000000000000000015462acd9e6b013b8839331299f5127ebc71efacd1aee 1.66 MB 3,219 5
903,372 903,372 0000000000000000000220527b73dd85547e2d5392434b1905e0940fbefbdd6d 1.55 MB 2,947 9
903,371 903,371 00000000000000000002598fdb35e38703f8d5386b01998dde0d9b6a11d8428b 1.71 MB 2,987 1
903,370 903,370 00000000000000000000f961d168d10eeacd56ddde6aeeab600bc2eacc65dc23 1.52 MB 2,791 3
903,369 903,369 000000000000000000006536fb79692f349d6866b3b4205bb4a75ca5d931b1cb 1.50 MB 2,908 1
903,368 903,368 000000000000000000005c96106c4e259060667b5d3fd6deabaecf8acb4beecc 1.63 MB 2,746 5
903,367 903,367 000000000000000000024e3692cc132404f53ed7f5babd0c223df244738b328b 1.47 MB 1,534 2
903,366 903,366 0000000000000000000253963c1a3d629849ca7df246ba273b11d4499ca4e9c8 1.57 MB 1,845 3
903,365 903,365 0000000000000000000132c9a80f7c5c2ecd672ebdacbbfae4749d3353c360c9 1.46 MB 2,582 3
903,364 903,364 00000000000000000001e70e6be07957160de8aef00a5679000cd46adae5c3c8 1.30 MB 1,021 1
903,363 903,363 000000000000000000015f33af989949e4a016053a6bb30c3f94b9cdd906e26a 1.61 MB 2,154 3
903,362 903,362 000000000000000000001f8f442e26a450c2167c8b14c343a1dc85d1e29298f7 1.30 MB 1,395 1
903,361 903,361 0000000000000000000140d8d3f4d4d56048a768331dee502316780ea731409c 1.53 MB 2,802 3
903,360 903,360 00000000000000000000e09fd5ddf5003bbc54d2c9dcb27f3dc23cc08b508d89 1.49 MB 2,688 2
903,359 903,359 0000000000000000000057a44207b425182ae63fd27ec1e4917d747771711018 1.59 MB 2,858 3
903,358 903,358 000000000000000000021369a32c5a102a333d5869cb740e434105da479fa0d7 1.50 MB 2,446 4
903,357 903,357 00000000000000000000fd20fc6da40342d3357b5a8cf2944d6d01c9e085dc2f 1.47 MB 2,088 3
903,356 903,356 0000000000000000000259ab52f5eaaab7e8cf48c8a24a0fd2e37a361630c7fe 1.26 MB 1,536 1
Previous 10 blocks ↓
Total Size: 769.03 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,625.11 GB sent, 93.02 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.