Memory Pool Memory Pool Refreshing

14,304 transactions
4.54 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (37,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,837 869,837 0000000000000000000061486ecb3bd2f1da3f5d9b0d620e64153f6a2bd56011 1.59 MB 4,144 13
869,836 869,836 00000000000000000001317968d55c603c5c68cb3ee52dfd8f96620dc7cc6ff9 1.65 MB 3,757 9
869,835 869,835 000000000000000000019d8e44729b1a7bf0aeb9b8daa08cf78b1f2b2a65e020 1.68 MB 3,040 11
869,834 869,834 00000000000000000000f3b55b28a47b598461c37d7ab644f149d0a56f5b583b 1.47 MB 2,920 6
869,833 869,833 000000000000000000018e8b3650b212472acc8341eda6e366ffa9d17101796c 1.61 MB 3,612 9
869,832 869,832 00000000000000000001a28060863e2ca71b00c017770f45d7271b67a0ece6d2 1.61 MB 4,005 12
869,831 869,831 0000000000000000000208c5f6ddcee1454d0953ad07b098fcf645a4033872d1 1.52 MB 2,077 6
869,830 869,830 00000000000000000002989f59768a805f540ad2c0c618998afb002b067d11c6 1.58 MB 2,623 8
869,829 869,829 00000000000000000000ff5f17ab45337b1a27e28ec4a29b48e98daee001ce1e 1.84 MB 1,994 7
869,828 869,828 00000000000000000001f46d4591126679206da9ac044a6e1d00d5a2f0edca62 1.64 MB 3,011 7
869,827 869,827 0000000000000000000092e93d35f88f9512918c5c3543b4f7ffa91664339d9f 2.31 MB 161 4
869,826 869,826 0000000000000000000201b53c8826372af21fe6db7a80e5fc4a68f348f21fb0 1.68 MB 2,836 8
869,825 869,825 00000000000000000001d9d1cca946d7c36672dfedec4fd7dc5824e90f796ab5 2.25 MB 565 5
869,824 869,824 00000000000000000001ab470a0c639104a422a222034fbaa8c3496473c99131 1.99 MB 1,711 6
869,823 869,823 000000000000000000003755e46b347a4af0cc5c216662c95928fe8b21c9b475 1.72 MB 3,478 6
869,822 869,822 0000000000000000000040471d90c43fbe62d52eaf5fe3a69c60a12a1265daec 1.57 MB 3,202 8
869,821 869,821 00000000000000000001e6e4dbfbe40d9dea67626cea7af0a1c1d5755b2914d2 1.66 MB 3,297 6
869,820 869,820 00000000000000000002b50c87f0407e6032c132d3f772a786cf805fd770282f 1.54 MB 3,683 12
869,819 869,819 00000000000000000002116b8d0317b8d12963db594ed285be4913604297a781 1.53 MB 3,557 8
869,818 869,818 000000000000000000026d9a88240a1789295f11eec130a798602bfa4a83389b 1.52 MB 4,118 12
869,817 869,817 00000000000000000001af172a30538d6d8277ccd9fba601cb43d45738cdc9ed 1.52 MB 5,711 10
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.