Memory Pool Memory Pool Refreshing

6,831 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,002 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (797,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
110,560 110,560 00000000000191e9c45bfea6c514b4d8d076d18fd732e4bfaebf4048fc16693d 0.00 MB 1 0
110,559 110,559 00000000000136fea514978abdccb97c34d5a46d73ce0a07f380485f99be1780 0.00 MB 1 0
110,558 110,558 0000000000001cf797abbde5d394f0f69133161a065337ccca1a9c104df8f532 0.00 MB 2 0
110,557 110,557 0000000000001af69da46beec3ecdbf2860d8bd888c165539946463c23c95c90 0.00 MB 2 0
110,556 110,556 0000000000005116c3182460e5223d3b01080e7827977d7d48fc999946e0c07c 0.00 MB 2 0
110,555 110,555 000000000000fc99052064dc3c55d384e2a6f219a7dc83c150d6f90e66775ca6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.