Memory Pool Memory Pool Refreshing

5,944 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,756 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (795,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,133 112,133 00000000000025f1faf7b493095b481be72c4eaa3917d6fa9c9109e75a5222f1 0.00 MB 2 3,875
112,132 112,132 0000000000005d4fd3306c6f8af1a28b445720fc3a7b663a196fc23dcab55159 0.00 MB 1 0
112,131 112,131 0000000000006c0f67c58991d0bf857885a44a4ee50f5efab8d7b96656fbef34 0.00 MB 3 2,070
112,130 112,130 000000000000d2a153adeb84c3f4f0924e941c88e219401fdc17c80e9ed7d950 0.00 MB 5 1,700
112,129 112,129 00000000000033f8edd65886e96828f3586d17e305bb80802f0e19f0aaca3d2f 0.00 MB 3 3,868
112,128 112,128 000000000000ba7ba89e567c0bd400f89795d6a2556d199c0096b422c6d7aeaf 0.00 MB 2 0
112,127 112,127 000000000000f6f7bc4fc7697b99c2fa21261130dcdac473f3f245275e70d767 0.00 MB 3 2,083
112,126 112,126 000000000000abe9683cd5799b594b4dde0054f8515a99fb85b57d5c7ed8e490 0.00 MB 3 0
112,125 112,125 000000000000d538f8f4323f922c7298273f6b283e6c02cb1c20444f5b49d87f 0.00 MB 3 3,883
112,124 112,124 0000000000002d64bd0ac7f722ebbd0cea3d2b8674f549b291e199e630c421e5 0.00 MB 1 0
112,123 112,123 000000000000f3fb568bbb1c2dd6ba0da564d7cc80f0292443bab35086f4f612 0.00 MB 3 451
112,122 112,122 000000000000c3030df305cd693902c81306944f21b11a81dbff349e072cf9f0 0.00 MB 3 0
112,121 112,121 0000000000009b6cd8e8572fc7d45fedeaeb3dda32d9a4a717a613fbb97e31a9 0.00 MB 4 0
112,120 112,120 00000000000087a0cc16a99cd88566575503b8b861e2157fb485e460499cdc08 0.00 MB 2 3,891
112,119 112,119 00000000000099fdd723a9eeceaf1129076281234c3da0657cf2812ad36aaf45 0.00 MB 15 1,722
112,118 112,118 000000000000b0194f2ce61cb4790f044109f237b36c483dad5c0fe6e9d16280 0.00 MB 3 1,508
112,117 112,117 000000000001053ffedae04cc171bf763a360ae0db25260cf27a239f5c7302d2 0.00 MB 3 2,079
112,116 112,116 000000000000db375809487fbf0a73c62c787e0d29896dcb6a7861dc81d6d67b 0.00 MB 4 2,583
112,115 112,115 00000000000017ca60985d96262ec30f8322af76dc6679e03da50fe46c05da24 0.00 MB 2 0
112,114 112,114 000000000000559662191dbab7314f3c43ffc0c723447ca886025bea1f2ea4cb 0.00 MB 6 733
112,113 112,113 00000000000070e31ba817deb58581a5071f87bf4d3c8c2437923c6ca9404a48 0.00 MB 6 1,546
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.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.