Memory Pool Memory Pool Refreshing

3,264 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.93 vMB 3,245 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (790,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,851 116,851 0000000000002504af6902021454f83f576a43818e48379acfe1a9515121d55a 0.00 MB 1 0
116,850 116,850 000000000000aee4d3cbc4f41b2f03f3976bfaadc0028278060294bff40d288f 0.00 MB 12 672
116,849 116,849 0000000000000f5f191db719396a7661e9fedcfbeae978090a9d29902aafebcc 0.00 MB 9 349
116,848 116,848 0000000000004098de18323675a73947f74cea782e681101cc04cf1ce27c9ac9 0.00 MB 12 905
116,847 116,847 00000000000088835a77b8e2203c83a2314ec02e172662f9b2bb499193cd2707 0.00 MB 2 0
116,846 116,846 00000000000007ec3ea47ffddedc0d9cd5befa1f97105ffa3fb327145fe8480b 0.00 MB 5 861
116,845 116,845 00000000000081cb17b5f460b35acdd80e032dffadd0f2a476ad38353480b549 0.00 MB 4 1,818
116,844 116,844 0000000000008ff881084b06d2d422105bcc6552de8bdd97bb36139870c358aa 0.00 MB 7 789
116,843 116,843 000000000000ca6a0885d6f80385b5f9be215c66d4ba5521cdb3fc6167ac3989 0.00 MB 10 378
116,842 116,842 0000000000006fdda469ff14594998fd9a9c779b284d89b0ba785ad5a829dc63 0.00 MB 1 0
116,841 116,841 0000000000000301550684f2ebb9f87977eb44bcf3e887683f8b7dedbc17e617 0.00 MB 1 0
116,840 116,840 00000000000005ee2f4e038ee1880804e26ad9a9159be19192591e521afc4689 0.00 MB 3 0
116,839 116,839 000000000000ef97b89893aa2fdb61d6f0ad6c84ef355c3c3e1c68cbdb19ec3b 0.00 MB 8 0
116,838 116,838 000000000000ef4f05e69c6e1db01f75f698084b154d1b5e8fb93a6b4070523d 0.00 MB 6 1,157
116,837 116,837 00000000000070305cb011e58008683daff23d7b3dc9ab77ec42fe90d260bf9b 0.00 MB 5 1,745
116,836 116,836 00000000000055b3e0ba5e80c02a36bda4ad985adbe6713bbbd7acdf1fb533d5 0.00 MB 1 0
116,835 116,835 00000000000064896f878af524ea2daa0f029cda241cdd5801c080de8c15ea85 0.00 MB 2 0
116,834 116,834 00000000000093941e4e8053ca16c000388c6df8e8fc57d69ebddd6fef50626f 0.00 MB 2 0
116,833 116,833 000000000000c17a6add68947f8222e890c4efae3f3f0c97c5532d9e882a0954 0.00 MB 3 0
116,832 116,832 0000000000001a87447e1a0ece5d45682448018f65e674ac3b589c1663264232 0.00 MB 2 0
116,831 116,831 000000000000491cc83fcc7a1e6bcdb959237124efce06b8ef0b8c6029940c4f 0.00 MB 3 1,937
Previous 10 blocks ↓
Total Size: 769.00 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,616.91 GB sent, 92.84 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.