Memory Pool Memory Pool Refreshing

17,867 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,719 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,289 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (689,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,654 218,654 000000000000009e735f337be52f4ba4aef370272e72fde3e3e9cd62e06a072f 0.00 MB 13 641
218,653 218,653 00000000000001ae3402a0b8a9ba51344d74baab7cb495ff37b5a64cce947504 0.04 MB 92 145
218,652 218,652 000000000000021cdabce623ab54d1aa992a9e19cb518c40abeb3174c43d069e 0.17 MB 306 142
218,651 218,651 000000000000022fee6d467e56bcd8cd419f3407340e822f99d7ff1c93317666 0.25 MB 607 234
218,650 218,650 00000000000002c6e1fd691371aeb6cbf12cab5c54702070ce663c0220a7dfc5 0.03 MB 75 66
218,649 218,649 0000000000000257024ec7a6c89e9e7cbe84f72a699fc908846cb4176093d23b 0.09 MB 163 98
218,648 218,648 00000000000000438e7cdbec24b9a45075c47a83b8a4e30a1841028f1424ed3c 0.25 MB 553 176
218,647 218,647 00000000000002ab0ee7c22db00b95893699c704cc3c460c7c164f2c24dbb127 0.25 MB 680 191
218,646 218,646 000000000000057e8c714bbdad77190bc0f1726f91e3931452a4ec4a046afac0 0.29 MB 622 280
218,645 218,645 0000000000000542d7a6390ef2ba3654590373040440b09ca5fcda6fa2dbe3c0 0.17 MB 440 197
218,644 218,644 00000000000004ed4bf9354f862905851be065ba61c528df6f246c0c4d3ebafd 0.08 MB 163 157
218,643 218,643 00000000000000fb1774cd71da82fbe2435775d73954a687e30fbec007f3c416 0.17 MB 484 209
218,642 218,642 000000000000009c522180a209f40af460405e460c6dff8a61974cc3bf4e86fa 0.07 MB 110 123
218,641 218,641 000000000000010b41348a9161d279b2e0bccc0cd34623eb6bddee0c0e9f6c62 0.05 MB 89 136
218,640 218,640 000000000000017f362ee0489818df04e3bbd4c23bd2c5d97e4b8eb6b6096ef1 0.25 MB 597 178
218,639 218,639 00000000000004fa1b36a60f6aa1a876aa8610003fec891caee4f40d1ace7ca9 0.05 MB 143 174
218,638 218,638 00000000000002d3ed80e52b6e1b52e35c51d93d99b9e974dc646108d797b417 0.19 MB 367 148
218,637 218,637 00000000000004bbe9986d0b81950635d4385a73758fb19ab9bd99805c5315c4 0.25 MB 717 228
218,636 218,636 00000000000000f8edcf0078e4890c577e397a3d552ca4cbac2e67a8abb2acfe 0.19 MB 420 183
218,635 218,635 000000000000017297b68eab41dd78c2435d8a0eb4f8d10afd641e7ceac76ab0 0.26 MB 544 209
218,634 218,634 00000000000003ec1f235315817cd3e2eab6b80e62182704fd01cc30386235dc 0.02 MB 32 178
Previous 10 blocks ↓
Total Size: 769.02 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,623.79 GB sent, 92.98 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.