Memory Pool Memory Pool Refreshing

6,127 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (709,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,840 197,840 0000000000000188c7254615bf944d17684ec00a0bd66792af7586146fda558b 0.05 MB 113 141
197,839 197,839 00000000000000f0b283d93d44d4da8c724819e49746725dc016a72d23586f6e 0.01 MB 31 60
197,838 197,838 00000000000003e7453318c5dfd63b0a058e4ac4efbdec72cc8e1367ea1d4b78 0.05 MB 87 77
197,837 197,837 00000000000000dc145b39e14925b7a9225776181355bf914c40a07f66c0ff52 0.06 MB 202 18
197,836 197,836 0000000000000140cb0a09beb75d6aa6258379d3266ae1f92b61645a30efdb9c 0.14 MB 268 82
197,835 197,835 00000000000004e35c29c72893f0beba698e4501691209b35b0e026b38103489 0.15 MB 339 117
197,834 197,834 0000000000000469ccf942b1774ef616e632b927e93324340186583ec48987a3 0.07 MB 144 201
197,833 197,833 0000000000000309d0157f07ba45d72ec3082d445cf5a54c6d1be3a8db54390d 0.12 MB 193 64
197,832 197,832 000000000000053fb7f19626b33772f4c131f4410b7b3ac54aee603838006c0a 0.20 MB 485 131
197,831 197,831 0000000000000590504f90b9df55aa2744d4570c1762c96ab24c5315f4932f2b 0.00 MB 9 0
197,830 197,830 00000000000002cffe8203f850fdc492f9caf294b7b103549cb5a4d9ae93e793 0.24 MB 512 124
197,829 197,829 00000000000005e99e0bb684c62d0d07beedab00305b139118ea043fcec96b92 0.05 MB 122 159
197,828 197,828 000000000000015cffcb7250c4c263fd70b9c269e8c9fd88554522977c29be90 0.05 MB 160 245
197,827 197,827 00000000000003a7ba3486024c1376c36f0b4a93e057bc6ed678a1793338e5ca 0.07 MB 198 100
197,826 197,826 000000000000037393d7b0339b58b4796bed86ab18cdbb90076b8d14a6827c30 0.25 MB 634 213
197,825 197,825 00000000000000bc376a224700b818d0afe9ecb0bd8d382f2157f179c7bef9bf 0.18 MB 512 150
197,824 197,824 000000000000060482ac94c15f7367103a1a15752ddb423b263cdbdfe6b5598e 0.03 MB 88 158
197,823 197,823 000000000000054c0eaf6c238bf6084d90734d4b91e5dc2b0e19092c50e061a4 0.05 MB 178 27
197,822 197,822 000000000000036bf4a98e4a475852ea7f0f4df8bf028cd1a88ab4b03e13fa34 0.09 MB 256 137
197,821 197,821 00000000000000498f4d872767b792bda3ab288809b29e0ab2d951fd975b42ca 0.14 MB 256 91
197,820 197,820 00000000000000eb91d58119356fba83e054fea457c8e1d12f0a81cb3c25c3a3 0.09 MB 179 158
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.99 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.