Memory Pool Memory Pool Refreshing

829 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 819 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (364,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
543,335 543,335 0000000000000000001c636f4f8fea8f17347d0b1495dcbb4836d00f58cc1267 1.45 MB 409 2
543,334 543,334 000000000000000000164b82e52a0f07ba682a4ef0d4edefe97d9308a05df35d 1.32 MB 1,261 12
543,333 543,333 000000000000000000217bb63dc983da59ee97bda885fa8fb0aee59214f984d8 1.28 MB 2,835 15
543,332 543,332 0000000000000000001fe4242c665f3cbce8ac316a35605b385b670f004913c7 1.17 MB 2,414 4
543,331 543,331 00000000000000000022c211468c480547772ab8bae9499652dc829c042f8afb 1.12 MB 3,018 7
543,330 543,330 0000000000000000002539ea9254814256e5480c4b01f2f219ee9297806c8d35 1.17 MB 2,313 22
543,329 543,329 000000000000000000017ba499bba0160699ceba2499dfe0f614a55e3e074c1f 1.28 MB 2,948 43
543,328 543,328 000000000000000000154b3e0862af9edab870d7fc2d4bc9e7efd34a6a5f13be 1.27 MB 2,542 15
543,327 543,327 0000000000000000000c83044cbc2fc4ca83aeea802c5fe8b4175f93bfc888e6 1.24 MB 2,619 30
543,326 543,326 0000000000000000000d2ed83de0423a6c74e6dc5b543128cee153caf52fee30 1.27 MB 2,086 17
543,325 543,325 0000000000000000000ae19c38d79e89bbea491b26375b5738d1f9e49326287f 1.25 MB 2,772 48
543,324 543,324 0000000000000000000fd9a09027991b3a5f8524519f36bd723e623a810881eb 0.83 MB 1,158 15
543,323 543,323 0000000000000000001ec13aa91a5f67ca8c07d90dcbee2ccc4764cea806ea46 1.33 MB 2,272 19
543,322 543,322 0000000000000000001dce87913dcf7711c69cff653177287c2761963e7eb30d 0.00 MB 1 0
543,321 543,321 00000000000000000026dcd7f94dfff4f8c38fb06f55c0426fbcd6601813a0c9 1.49 MB 1,386 8
543,320 543,320 00000000000000000021f85f68548b79c76fc635f9dd72dea5f545596759928e 1.27 MB 2,574 44
543,319 543,319 000000000000000000185dc980aa1016c67d66f47f70631c7809ba1a4e5affa2 1.29 MB 2,302 14
543,318 543,318 000000000000000000179f0263e506b67fda71c5bb387c9bb4712687ea00d74f 1.18 MB 2,503 16
543,317 543,317 00000000000000000018c8ecd6f00b07747fd540582586ec9724851801096cdf 1.16 MB 2,048 30
543,316 543,316 0000000000000000002292ce135c8db8087b97b66d73d9fd11705cb7f747fa4b 1.20 MB 1,847 15
543,315 543,315 0000000000000000002332797fa81cff3a5db9381a742d89d60c17f43dd3449f 1.26 MB 2,796 45
Previous 10 blocks ↓
Total Size: 769.28 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.53 GB sent, 94.31 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.