Memory Pool Memory Pool Refreshing

3,070 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.93 vMB 3,070 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (804,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,087 103,087 0000000000028bb091feae4c88816e178f4d22cbb75e367777d8cfed8d007957 0.00 MB 4 0
103,086 103,086 000000000001493e8f04f9b3b4034111578a9f2751fb1b0d74b32de65df19b4d 0.00 MB 16 0
103,085 103,085 00000000000011fb0f39c24b57c008623121172b631c9cf0ee408c081f531b48 0.00 MB 2 0
103,084 103,084 000000000000897302f84075bba42bbd01c6fb6ced6b9efe965f9f4a074a2fb4 0.00 MB 2 0
103,083 103,083 00000000000054dfeae2af4dda0c2bff13124203d17dfd2f48d8c122ffdc1f93 0.00 MB 1 0
103,082 103,082 000000000003497c6fa25431336a61a6000d43355fef706fd1e3b4d84f2a6fb5 0.00 MB 3 0
103,081 103,081 000000000001469e0097e6ea8eb1506a39020e585fd65dd8f11b79b9018a5643 0.00 MB 3 0
103,080 103,080 0000000000015f3e5da6e939d06aa847f39866f5880d773e509ee530851b1443 0.00 MB 1 0
103,079 103,079 00000000000185981d8dc0183a92c2f4a8fb76cc188f87347c4bfcb372619ad3 0.00 MB 2 0
103,078 103,078 00000000000148e7109c6090da74a91f72d83f6cb7a890a19bd3bdb5d8bc6904 0.00 MB 6 727
103,077 103,077 00000000000169f6c03d1f3994de931855b4f0fe2fccd5ef7f1ebc9a6c3beee4 0.00 MB 2 0
103,076 103,076 000000000000e34a5ce9ff2955866538b6fd9fbbeed1e475d7a037fa0baa4687 0.00 MB 1 0
103,075 103,075 00000000000165f843fb58350d007929ec77d49005c2c10e5457790cb8c2b5ae 0.00 MB 4 0
103,074 103,074 00000000000228cbafb8d4a8a4415933c6ce912f055c2161753ab6e3de5048ad 0.00 MB 16 0
103,073 103,073 00000000000241d390ee42f23aff7d6f6a754c22cc12e36b4e750aafff057971 0.00 MB 1 0
103,072 103,072 0000000000024001d547fc7a21a4f76fb92ce9f5aecf8d80b7dbd42bfbb05556 0.00 MB 2 0
103,071 103,071 000000000001e6901f50ef1e93c351f6dd47b5e9be570c9a882a16e02a4161f1 0.00 MB 2 0
103,070 103,070 000000000002afe78da0ffb4f44157555473c0ab783b241df55e7824b38fd475 0.00 MB 1 0
103,069 103,069 0000000000008726875307d3fe9677ab033671e7f5a6b7b1796cfa2ab1de3b5a 0.00 MB 4 0
103,068 103,068 0000000000017b45e6d008087ef92ebb8fa861c895d23d27f3de0f6d26381882 0.00 MB 2 0
103,067 103,067 000000000002095b551ab33058d64e84cbe1c929ad6a9656dc9e252727b85ac0 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.42 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,645.20 GB sent, 95.03 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.