Memory Pool Memory Pool Refreshing

1,071 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,012 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (801,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,810 106,810 00000000000079ddd39968465c53f68ca853a762a8b1968b6cef729ad2660269 0.00 MB 3 0
106,809 106,809 000000000001f2a65b2658201666e602ea02afb95256125945adfd73607439b2 0.00 MB 1 0
106,808 106,808 0000000000003c6f663a9ab6325ee93fa64cd0520288f22f85c9d4286b8bb9f2 0.00 MB 1 0
106,807 106,807 000000000001f6ba5109c235f6ea3f91bb7374ee4970f857c3ae83c0650763a3 0.00 MB 2 0
106,806 106,806 000000000002d0a37d3cda265df770322313a75714806dc12a54138af1d61edb 0.00 MB 4 0
106,805 106,805 00000000000174abfb214aa8969e716516e84f0547c04909656eb1c1d3e10265 0.00 MB 8 0
106,804 106,804 0000000000007d919b9fa8fb2f1fe12454285ea336f716c49ba77fb5e59df984 0.00 MB 4 0
106,803 106,803 000000000002f2606f0907320abed616307ecf3891a29f545483b0501763179f 0.00 MB 9 0
106,802 106,802 0000000000026a21fa52c62ac879dc47d17eda5b0c3f3ec68f2077110243e918 0.00 MB 2 0
106,801 106,801 0000000000009f65ab9e5e2a04965aeb461b0613f81d073e771570f44d3a6d62 0.00 MB 4 0
106,800 106,800 000000000002e2cc082d925dfb198384f2d2f01096c81128262f281fd9c76ebd 0.00 MB 15 0
106,799 106,799 0000000000024f37b3fd409f7f8287d029598228b10d1ee011c9b242b4f9bb4c 0.00 MB 7 523
106,798 106,798 00000000000256a24e586d911ce8befa19134d3f67b116a23eb49f751241e14f 0.00 MB 6 0
106,797 106,797 000000000001df8f4d7ef4f216bc40e0711ab326899d868d087de724304ea680 0.00 MB 2 0
106,796 106,796 0000000000014dc91a7d77da22b12e5c5322952c238f3fe28ee93050f8099ce5 0.00 MB 5 0
106,795 106,795 000000000002094bc6a6098cf061991a866872898a7a948fdcbe5d7cbc88c25c 0.00 MB 5 0
106,794 106,794 000000000001154247d367e7c224275c8891dcc68b71b70c509e5d2e17d6501d 0.00 MB 5 0
106,793 106,793 000000000000087036ceea626d1476da34bdeff4a14b1122f2c0c5190a53fb4f 0.00 MB 15 0
106,792 106,792 00000000000291dc56042b93e73026262fe4c1dca1e8d67ae4dc2713db8dbd05 0.00 MB 1 0
106,791 106,791 000000000002a141e956e6f65e2a3cd8b59badf4fc2730ff82ac3f79527a1ce9 0.00 MB 1 0
106,790 106,790 00000000000151c86201ac6a9e42d753324fdd2237ebdb9d23fdde405ad9feec 0.00 MB 4 999
Previous 10 blocks ↓
Total Size: 769.19 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,633.70 GB sent, 93.89 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.