Memory Pool Memory Pool Refreshing

5,154 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,106 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,843 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,105 (900,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,986 7,986 000000004b43bb912032a4074a99e0b158d622198e140235950f9d0b732a37d6 0.00 MB 1 0
7,985 7,985 000000006720156f198eb201126c4647d59513bf77b49d069afe3c2964ecddf4 0.00 MB 1 0
7,984 7,984 0000000029a25588618ee55531cedba277f2492ae7b03dea245e4da86d6819c5 0.00 MB 1 0
7,983 7,983 00000000aa7c08193a4ecb41c36ad864668d11d4e8e12bb6e6105cee8106a66c 0.00 MB 1 0
7,982 7,982 000000001c936ae3099fd3cc59f18cd70c1c862ab4860f20ff92c7775314b073 0.00 MB 1 0
7,981 7,981 0000000015711ec0cd8d5b71ef8ac65df81f6ad95a0449d90ca5bf6820881efb 0.00 MB 1 0
7,980 7,980 00000000bfa0f0d66b2151934f61ef683341ecfc28a8ddd47e4cbc8b18a37029 0.00 MB 1 0
7,979 7,979 00000000d1875178e5bee1a42932a35c2572580ff016df27a33d75f802b0ae6f 0.00 MB 1 0
7,978 7,978 00000000a7d9641747cef5e2cd084a5298f5997f5a30cbf1bda142efcf789c42 0.00 MB 1 0
7,977 7,977 00000000229d2373f7b69198cb09cd32f4ccfa81076d5f36d630b10962217823 0.00 MB 1 0
7,976 7,976 000000007d8eb6a31643d9e47f437b2a777b5696508fa78f8781ae656c06dc2b 0.00 MB 1 0
7,975 7,975 00000000d9c0e9269ed8bdcb6e29e73dd26fa5c38773f6a9d294734687cef0c3 0.00 MB 1 0
7,974 7,974 00000000cf24dec9975c7bac7a1ca87a8fb5ebc0399c884b8586e71947f76a71 0.00 MB 1 0
7,973 7,973 00000000697c9c23663f76d60e6d777ce26011ba3539b34963a34a320aedc58d 0.00 MB 1 0
7,972 7,972 00000000c098f9ff9bd14d9edb3c1ba38024a3a1a0c89a50570ba45c70128fa6 0.00 MB 1 0
7,971 7,971 000000003be532452e00cd5820a7597f3b86a0707174d5fe8ab10198006d3240 0.00 MB 1 0
7,970 7,970 000000001e91f3ce43e11e87e7764f442b617d502b8526f5ffe3bb6a573f68f9 0.00 MB 1 0
7,969 7,969 00000000ff6a75efa096d7040538a5944eb0ef351b01f6a8871d92de5a9a1dc4 0.00 MB 1 0
7,968 7,968 00000000ef518f0c1cfa351a02ad267f83a1165d959ce1d757b138e1cfea4f0f 0.00 MB 1 0
7,967 7,967 00000000b27e51b65247e5d4f0fc2922209298dec199e2d6ad8eda9910c2e756 0.00 MB 1 0
7,966 7,966 0000000059fd909513a8ca388de12b87c04665d1f131f8d9d243eb50441696a3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.27 GB sent, 96.61 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.