Memory Pool Memory Pool Refreshing

433 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,933 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 408 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,932 (797,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,581 110,581 00000000000037008a03374985a463668c66131113d0ad81e131f81b2b19abbe 0.00 MB 3 0
110,580 110,580 0000000000007fc3b5d30d5281ce50f11f9a1d2a7cee764e5637a6d4184bb9ba 0.00 MB 1 0
110,579 110,579 0000000000005cdb069fbad37accf445c437381c2a51556375fd8a2fe0f76051 0.00 MB 4 0
110,578 110,578 00000000000124f0539eecb27c9c5c0ec1853d7f636e5883fea7f0e1e4cb2a4c 0.00 MB 4 0
110,577 110,577 000000000000cf4f022f87697a348f4e6df63990220231e057fc5a05768fcf13 0.00 MB 2 0
110,576 110,576 0000000000000909c8083935d32d7c2302e6bf47e2a4990428480cd44db6296e 0.00 MB 5 0
110,575 110,575 000000000000929245ef880d85d41ea0cc3bdf1559e6e52a2358749305e14366 0.00 MB 1 0
110,574 110,574 000000000000dce26f3d793bd735297d787eb1a9a1828ec1098cbf01993cd14a 0.00 MB 2 3,690
110,573 110,573 0000000000000817acc208e53e0298b196fa63ef356a40c23d9d956f4bb94980 0.00 MB 10 0
110,572 110,572 0000000000007ee3a3eab1f198c7e84c6a7bf92bd4fcd6b00dbf867278a8c782 0.00 MB 9 0
110,571 110,571 0000000000016e8a8ef1801974713667a00df8e417f8acb78d6658d3184bafda 0.00 MB 17 0
110,570 110,570 0000000000015fa885dcf2605a364afea1bd17fcf0bb52fd3593312938278d5a 0.00 MB 1 0
110,569 110,569 0000000000013133ff731a830e9e034347ac25b0bd7a3e32cbb191dda209bcb5 0.00 MB 3 0
110,568 110,568 0000000000013fa75695ef2dfbaaddb149e1802c7ba578d7cb4b4ac201c8776e 0.00 MB 1 0
110,567 110,567 000000000001580ceaa133366e2aa665d25d6d0d7111bc04dc709ad54fbfbb1e 0.00 MB 1 0
110,566 110,566 00000000000113c5d5e7de82f35b257c752ac2fdf9db485a6bca0c6fd3e58839 0.00 MB 11 0
110,565 110,565 00000000000032c6426a8f716fcaaa471a6ffcd9b3a2dfc74be084046e2466d7 0.00 MB 13 0
110,564 110,564 0000000000010934b3f57b234844adf4504f7c2ae39165710490e052277502af 0.00 MB 11 0
110,563 110,563 00000000000090bf262877c3444792c79fd87f173e9093ae29a3eaa14a02e8c0 0.00 MB 12 0
110,562 110,562 0000000000004277da03d11cf76790a11f6374a80e298787a10946ce98ee289f 0.00 MB 12 0
110,561 110,561 0000000000004eeb6c24b2ffee491fa8e903f89e226d95b9d7d43c53aed361bb 0.00 MB 21 0
Previous 10 blocks ↓
Total Size: 769.42 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,645.12 GB sent, 95.02 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.