Memory Pool Memory Pool Refreshing

3,663 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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
908,226 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,753 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,225 (807,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,016 101,016 00000000000288e2391a67a4ac09507ecb8e7469dd1b5148df64150d50415330 0.00 MB 2 0
101,015 101,015 000000000002555d8fbf93e3f9541f63dfa88560a7d56c8c4f73e4059ebbfc93 0.00 MB 6 0
101,014 101,014 00000000000034faf867d804de0e684803e1867e874a4b4ad9700d0e3ca82e9e 0.00 MB 1 0
101,013 101,013 000000000001a361adf07c3e042e20d08078a0e66cb60ece82c011c53919f054 0.00 MB 1 0
101,012 101,012 0000000000035e8f191c07b4383ab615581df56f2f6a09d9a6658b8769d91f3d 0.00 MB 2 0
101,011 101,011 000000000000ff88c2aef8bb34ffb71811b15daab7eca1fe19a3caf6d51f7c4f 0.00 MB 1 0
101,010 101,010 000000000001af33247fff33aae7c31baee4148d5a189e7353bf13bcee618202 0.00 MB 4 0
101,009 101,009 000000000002595f6cf3c0a1e3ee9ac14ab972dd1f9b408c0faa1913543efc5d 0.00 MB 7 0
101,008 101,008 000000000003b93bd5c857844a2981164d76f78163d1356d185f5f65cd36fb7f 0.00 MB 12 0
101,007 101,007 000000000003d4ac5e8648c42d1b1ba0d5c1089025babc9541012def76bbd12d 0.00 MB 10 0
101,006 101,006 00000000000230811ccbf562e2b0b0d17042a99d31638009226befece7eec489 0.00 MB 12 0
101,005 101,005 0000000000004b55e00a6a45f62089e093a1ddbd494a4dc4fad4a3d86a044ed1 0.00 MB 6 0
101,004 101,004 000000000000daf5191c2e906bd9a06e3057411dcfd30ac19be5016afab5665c 0.00 MB 7 78
101,003 101,003 0000000000021f86af2ac3cd5fe1f2cd821853cc0424bb68cf9906ba965e9252 0.00 MB 12 0
101,002 101,002 000000000000c3ae17a0342920e9aae3e98a5a0256d11ceee22eb8a744627477 0.00 MB 12 0
101,001 101,001 0000000000025fa3248a57ea24d5c91a20879490ae69bc77dc482a0e748b4964 0.00 MB 12 0
101,000 101,000 0000000000009c11d2683ccbba6d1b8dd7985c3e693f55c95539156aa76a8d41 0.00 MB 11 0
100,999 100,999 0000000000004e59a1a3099a23d0664703f3decdce28525a3039d6eca5722c09 0.00 MB 10 0
100,998 100,998 0000000000015339a0439a89d29f6a42cd2705d1dcd4f71e67998a0e8d6367f0 0.00 MB 12 0
100,997 100,997 0000000000019cf4b6e03823f6b2f714094d146832db74d1780c1a1ef2514dbe 0.00 MB 2 0
100,996 100,996 00000000000092e27a9a2d3efcfc98de0762fb5b1e8e1529d8c228d3ac666e2c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,685.64 GB sent, 97.71 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.