Memory Pool Memory Pool Refreshing

780 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,267 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 743 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,266 (857,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,015 51,015 00000000031d956c39b79ba58441b5c6060d5c29fb83c2c2f705e2a720e40560 0.00 MB 2 0
51,014 51,014 000000000b22ca9384bf8d08574b903b2b723cf3c9b94047e2728c8174a7cbd6 0.00 MB 1 0
51,013 51,013 00000000018a9f1e0ab996f2771937ff83cffe6d7fc790fef577a3a980ce4cf8 0.00 MB 1 0
51,012 51,012 00000000165057714b39c82c619d610668dcde124f2a655676c92a41dbf4f46b 0.00 MB 2 0
51,011 51,011 0000000013c5ae04c3d84c9fb075b007fff772159a67641aa382a97ee8e01458 0.00 MB 1 0
51,010 51,010 0000000014f71fb7453d2e4aef6b7561b680bd2096bddc76943771f5d6f44958 0.00 MB 2 0
51,009 51,009 000000001864f7035427083768be170e0ac10b49fb593578c812bacbee495b45 0.00 MB 1 0
51,008 51,008 000000001020782aa91972e60035857c43d6f8ee8e00527d0279146bd2bce78e 0.00 MB 1 0
51,007 51,007 00000000048baec72a946034e85751065ba229d48f1d2818a1b71be1554c1ef3 0.00 MB 1 0
51,006 51,006 000000001a73ce7e1e1e3afccd31bcaab25b79fe9896908c3ee2fc0601d7fc4a 0.00 MB 1 0
51,005 51,005 000000001aaa39d939e130012712517767f8ca0d1f22d7d36a8089280bd503a2 0.00 MB 1 0
51,004 51,004 0000000006cca42fedec1ec14f44b213f9debfba2af15dc01d9493c5e9e7251f 0.00 MB 1 0
51,003 51,003 000000002018bd8afd87f99b861a027124226c1ce79e2f9b7d54e351e3b435dc 0.00 MB 1 0
51,002 51,002 0000000014cb5fa5841ae27735d6f94b931fe25e2abe2c63ce0a50e14ad67933 0.00 MB 1 0
51,001 51,001 00000000157ffe19b5b5c01069d134cec1e83ac34a5d81e44d16b98058f92499 0.00 MB 1 0
51,000 51,000 0000000016aa231b566ce2d1e95405962d6a12d3690c0f01427ffd2b5f4b9df0 0.00 MB 1 0
50,999 50,999 000000000d6a0676928867ad34e096e1417009c7d64332fc00b82961db91b361 0.00 MB 2 0
50,998 50,998 0000000004db4b0515f5abb6d259c5ab730d0517658d7f5a8ed3a92f94a40cd5 0.00 MB 1 0
50,997 50,997 0000000007369fb9c1ad1c37a972f4225a4fb1ee6cb9603642e9bb63e4f3ec8d 0.00 MB 1 0
50,996 50,996 0000000011c56ef5a0da2e4d5615e1a936ea51bae708240a039c3d9a8611db40 0.00 MB 1 0
50,995 50,995 000000000255fc7e6cb21fc5ebefb9b3d19438217a068211e199c9bd631cf9d0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.10 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,691.44 GB sent, 98.11 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.