Memory Pool Memory Pool Refreshing

3,559 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,545 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (445,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
462,560 462,560 0000000000000000007219bc6cdacaed82cfc8984af8e825bc93c4cd717376b8 1.00 MB 1,214 188
462,559 462,559 000000000000000000be5bf0ffb12fba0bd75bb9e73fd1fb3d00801fc57a3a77 1.00 MB 2,391 130
462,558 462,558 00000000000000000108927b01f00cee82e3873044b66a93a2af1d69e6e1c037 1.00 MB 2,194 162
462,557 462,557 00000000000000000189d716a0a2790526d737483843d3f8f63683718ce16db2 1.00 MB 2,901 220
462,556 462,556 00000000000000000039bca1657474aca3354ec02cd82e21552539a99e195d5b 1.00 MB 2,390 189
462,555 462,555 000000000000000000fc3cf664dcecd18077d06bcd8c4ea28c6a8565730027aa 1.00 MB 2,863 228
462,554 462,554 000000000000000001634a465b87784e364e53140eab350c68b4ff2a4958b66a 1.00 MB 2,303 176
462,553 462,553 0000000000000000004d276154c6591da7002724f7f4b80b0d2639a59b5e7e0d 1.00 MB 2,330 161
462,552 462,552 00000000000000000135c531dfebbcc67eb190dcb065dc282af2218a42191349 1.00 MB 2,824 207
462,551 462,551 00000000000000000197d50629d9027078c5e7e3231ee998580f09fe2e39aaa1 0.99 MB 2,636 284
462,550 462,550 000000000000000001b9725d16dba557bc1cce4b67fc030a37f28d018eb0ea19 1.00 MB 2,727 162
462,549 462,549 000000000000000001ff136af0a5298f056167c5834cdbfb34ac03f1081fd2a7 1.00 MB 2,307 155
462,548 462,548 0000000000000000012712cc708b022258a895abc1b91115cd41821484fe97d1 1.00 MB 2,425 192
462,547 462,547 000000000000000000b900f025c3c0d86056408a67566c31dbcc63b26c5df80f 1.00 MB 2,688 202
462,546 462,546 00000000000000000195183ed915de94f46fbb51a695c03ee243b1b8e85fae04 1.00 MB 2,100 130
462,545 462,545 0000000000000000019de7cb826db54288f39331611dced45dde4500d8854157 1.00 MB 2,156 158
462,544 462,544 0000000000000000010e0dc33b0ad540628ca2c1a47347ec18c587f14f7dc5bf 1.00 MB 1,112 152
462,543 462,543 000000000000000000c441665d2c1ec505312b6a3b824ae2d4e9d32c98bc153b 1.00 MB 2,001 173
462,542 462,542 00000000000000000029ce3a13ae4ddc84614fe0fa6baa3fc4b93045d14b9b0b 1.00 MB 2,352 150
462,541 462,541 0000000000000000017dc07545b29f2c11421cec7824b7831916ac823d731f63 1.00 MB 2,327 156
462,540 462,540 0000000000000000019a3a6397b4fb93148b8d5426373a9c8e8123c9d4b3d33b 1.00 MB 2,018 145
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.