Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,629 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (441,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
465,740 465,740 0000000000000000016c120057b427a11eff8df26d68172bac1bcf2aa54f4e8d 0.00 MB 1 0
465,739 465,739 000000000000000000c31e8aca4833f69c2e7aa0facb706048723dcd17f8c1b7 1.00 MB 2,716 275
465,738 465,738 000000000000000000b2d10ed08bb8a9273aae2fbc9ff0096b6c2aae00fcd0a1 1.00 MB 2,229 179
465,737 465,737 000000000000000001881b9edcc947cb7ebdf2ce7453a5179bac471627dbc0b5 0.06 MB 219 635
465,736 465,736 00000000000000000046e8ad24cc31994cfb3ef6c37fcf56a4922c5387a17c7a 1.00 MB 2,181 223
465,735 465,735 000000000000000000bab17297796a3e3c2341bd934fccd8ca4abc0e895d900b 1.00 MB 2,021 180
465,734 465,734 000000000000000001a3f1da32ddad5f5f8234a9909eda4c7885377c3da23879 1.00 MB 2,573 253
465,733 465,733 000000000000000000cbcae8206e63138ae26e346c41b69df542e7f3862e997e 1.00 MB 2,295 264
465,732 465,732 0000000000000000003fb24c5791e3fcebaa234d117786fcab8775275fed5d6b 1.00 MB 1,568 202
465,731 465,731 000000000000000001c6135506f9e722a6a535f0514021a03cb9ba21e4586538 1.00 MB 1,705 155
465,730 465,730 000000000000000001678eea423b7acccfda7d98dab8ce440a3f9ed8fd82ae57 1.00 MB 1,091 171
465,729 465,729 000000000000000000d2b29d99ea8330a799029f6dc4444cc6b3a0f12b13b1bc 1.00 MB 1,129 215
465,728 465,728 0000000000000000017d93e7bfc671ddc2460559ce43be95b4d8e58c820bf168 1.00 MB 882 199
465,727 465,727 0000000000000000006fdea24fdf676dd9146e90d06aaad7ba85349fa6a3d5b5 1.00 MB 1,882 318
465,726 465,726 0000000000000000017cab075edae3f0e5c3ba627d1ab396f699e72d2375ed8d 1.00 MB 2,320 254
465,725 465,725 0000000000000000003795737cf94af12b25ab9c02dbd9e84ae6a54a60601ed8 1.00 MB 1,871 231
465,724 465,724 00000000000000000136bacb3a03884ab88852f66e56a19bd2cc033fcda7bd66 1.00 MB 1,953 193
465,723 465,723 000000000000000001459506f5dbfcfa80c55363f386d46f725e4556fa9077ab 1.00 MB 3,013 286
465,722 465,722 000000000000000000f5810c67fa29ff245ed1b39eab4d312669190ced1cb61d 1.00 MB 2,752 309
465,721 465,721 0000000000000000004f3ca07eab0b93a09ba6a829892f3d6cc104263ed7013d 1.00 MB 3,435 401
465,720 465,720 00000000000000000111cc606caaa4bd0c71c36291f256a91a99ca63ca44422a 1.00 MB 1,827 258
Previous 10 blocks ↓
Total Size: 768.96 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,614.99 GB sent, 92.61 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.