Memory Pool Memory Pool Refreshing

12,660 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,058 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (16,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,488 891,488 000000000000000000019f8e221877d742f7c64aada5eaec10c4ed5a56c58e83 0.52 MB 822 2
891,487 891,487 00000000000000000001062a11f05cda1cc1db20a1c831854c2cb87e36a65f6d 1.47 MB 2,368 5
891,486 891,486 0000000000000000000119ad3403b60aae57bea1cb4254d85cb7b056e6765210 0.31 MB 701 7
891,485 891,485 0000000000000000000201252ae2558fe132c9b674d8394cca5f5905420d7039 1.22 MB 2,256 6
891,484 891,484 000000000000000000003d708f22df14f33b9d8b71c2fbb8c73a68c1105a463e 0.75 MB 1,773 5
891,483 891,483 00000000000000000001df6b6e1056160f77adc97b9491459c5a1fb64f85349d 1.84 MB 3,029 10
891,482 891,482 000000000000000000013ebd3218f39a8a81e6dfb7486ab58cd07def9063a430 1.53 MB 2,830 4
891,481 891,481 0000000000000000000015d8576d472d693d6457c61d2aa4cd38aa8de42d74a1 1.22 MB 1,069 9
891,480 891,480 000000000000000000016d9f37eb73dabdd122fb5a5f76b65086b728acd97ee1 0.05 MB 123 4
891,479 891,479 0000000000000000000230b87e7d6bd4f31af97a7fd6407d5d033e200a769a42 1.27 MB 1,871 6
891,478 891,478 0000000000000000000006f0e008dce8e11a2ddaa66ac3b26b5bebc2f830fbba 0.83 MB 2,073 3
891,477 891,477 000000000000000000001db346efbd8e749f8645b6a66c4c8a01904e2b40320c 0.39 MB 1,034 1
891,476 891,476 000000000000000000008710ccbd13cfbbfa853013052a2fb311229cc66a81ef 1.63 MB 2,278 1
891,475 891,475 00000000000000000000f1afaf3a97de954569d9e256bc08e6c44acc917e9f88 1.69 MB 2,957 2
891,474 891,474 00000000000000000000c8ead74e4056ec2b997d815eac02935a14bc2c9c8764 1.65 MB 2,969 5
891,473 891,473 0000000000000000000246db084a42d3e38cee850707895c4786c540af48fc57 1.77 MB 3,884 9
891,472 891,472 000000000000000000010c6de90c39901a5db3a64598ad8f58cafa69fb2743e3 1.78 MB 4,620 5
891,471 891,471 000000000000000000016d325cfe69b77eafa4ae51cc926148149395876ed834 1.66 MB 3,693 5
891,470 891,470 0000000000000000000015929028a893826719528bab213cafea6b762cf98a45 1.74 MB 4,534 5
891,469 891,469 0000000000000000000119d6b0f47543d93e3d70d9c632c7d8fee24cb2b5451b 1.71 MB 3,674 2
891,468 891,468 000000000000000000011b5a179870272eee1483c0caf3c9c1033d397c11b63d 1.76 MB 4,507 3
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, 112 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.