Memory Pool Memory Pool Refreshing

13,264 transactions
8.35 vMB
Show Random Selection Loading Transactions
Max Size: 40/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 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
908,188 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,517 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,187 (818,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,736 89,736 00000000000f267222bbb80e2a75f9f6a72b877fa3e6505a5f648139fba01a48 0.00 MB 2 0
89,735 89,735 0000000000120b894171c3da479fff86dbc5d049f0bf7a896581a9aca4fb30bd 0.00 MB 1 0
89,734 89,734 00000000000e72f7b8ad10b29cc87d1aef17ed14ba3e5709cee015fba6740e6a 0.00 MB 2 0
89,733 89,733 000000000000402fd788a25a998f64847b88919fe28f15332a004ba1a2f5ef05 0.00 MB 1 0
89,732 89,732 00000000000dc9dae5636970f4a40e636f87e87c81242086504af6eb0b754e9e 0.00 MB 1 0
89,731 89,731 00000000000962f639de13fc5d3fee8a503085a3a5ad53fa8611368ff51cd34b 0.00 MB 2 0
89,730 89,730 00000000001078148f6d879c937f60bbf10fa4d4272c35fb254d450eaa3da860 0.00 MB 1 0
89,729 89,729 0000000000135adbd29855ef67c6d79991d144c90bfe22591be5c3dc479d47ab 0.00 MB 1 0
89,728 89,728 0000000000123d6b8c975ba14efdafbeb5d2a7df5d4eebfc79fa129ebe011ad9 0.00 MB 1 0
89,727 89,727 00000000000372459f356e6c3f00b4bb292ef49006d8b53be591c1b5c1866cf1 0.00 MB 1 0
89,726 89,726 000000000009971995cf4bc77e3704771f4463e36acd45ed84d88436e671e88a 0.00 MB 1 0
89,725 89,725 00000000000965a9a27ea58565937f434a6e18743bf6878a91e6d9034b73f8f2 0.00 MB 1 0
89,724 89,724 00000000001074e5451db5ce4ab5c9499cf75e331553090904b71b51c8618663 0.00 MB 1 0
89,723 89,723 000000000008e2f94a9edaffa341e08af6379936b4ec27d6eab23bba1e91bd14 0.00 MB 1 0
89,722 89,722 000000000006f911ed47bc9802b5866a25bf10a1a8431fd891779f1f70747eae 0.00 MB 1 0
89,721 89,721 00000000001201e4c5071676adbf7bfe8a28c4391e59becc523167fcec64cbe5 0.00 MB 1 0
89,720 89,720 00000000000d2eecb3a2c486df0e81f7fe0589fd9a0d1e3c01cf5494b2247b49 0.00 MB 2 0
89,719 89,719 00000000000212c1a4a91e7c4ab5b30f3b6bd6e5e7ab49b4f74334e939834c3b 0.00 MB 1 0
89,718 89,718 0000000000040e18234fbd32ad6ee42c28044e3528c445813a6f5c2969728329 0.00 MB 9 0
89,717 89,717 00000000000fdcfde8c7dc90796cc2bba2d7ddf24be4268a92b0e2f9d30efb1f 0.00 MB 2 0
89,716 89,716 00000000000e55753494951226955f1cdb7d5ec30169d7ea5f9483759da1189d 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.92 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,681.89 GB sent, 97.43 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.