Memory Pool Memory Pool Refreshing

2,041 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,029 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (789,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,811 117,811 00000000000057244ffbe1431da594284bc52ba34147d973913b1d20c43c8192 0.00 MB 12 322
117,810 117,810 000000000000b41fa5bbe617a3fbbbc033be32bf132a369365389e12035c5b9a 0.02 MB 25 485
117,809 117,809 0000000000001b9a8506692fe9b95d92cd26a62d17b6450a5af06753ca52c0d7 0.00 MB 7 0
117,808 117,808 00000000000063d562fb21c0060d1bd61600f31e4bdfa8d531ba3ba48fbdfd50 0.00 MB 10 0
117,807 117,807 0000000000000b615e6aa53af5a75edea18cf8bc8dea4d3fcae38edbe52ddf87 0.00 MB 11 1,809
117,806 117,806 0000000000007f2dee1e5e64a88e8a9f2c4d19a5e0a9ebb9bb9c83624605a25f 0.00 MB 1 0
117,805 117,805 0000000000009f1e352bb364be0cc2396880a8d349f69d02b0a901d207b3a118 0.00 MB 8 512
117,804 117,804 0000000000006cfd415d1a617113d05bc32da0067019bc34409ee108dd27d0c9 0.01 MB 11 1,632
117,803 117,803 000000000000b46784c6d2b55eda8aa7d9aef981f324981b75fac1f87c4a8f8d 0.00 MB 5 0
117,802 117,802 000000000000184733262c8c3eec6662baf3adba1eb1b78eaa0957e75ad280b7 0.00 MB 10 357
117,801 117,801 000000000000503faded18be3428443f95146b1b4fcbe766425b06a706daaab8 0.01 MB 21 716
117,800 117,800 000000000000578232c0e5a895a87f5d7286c479a9971ea75f371916ddad6c12 0.00 MB 10 1,662
117,799 117,799 00000000000026ad4ebf6ff3685c4771bad625636a937671e121cf87bf181264 0.00 MB 13 595
117,798 117,798 0000000000001c3f4754bbb8d0cb036f07c13293d8f681acaec7e4203379f9ba 0.01 MB 20 920
117,797 117,797 0000000000004d372dde8e087018ba8b51542fffc4abec716f035985e46c48a4 0.00 MB 2 3,875
117,796 117,796 0000000000000ca57f1112e03377e4ee658a1d66244fa098c9e7008f89f8c423 0.00 MB 2 0
117,795 117,795 0000000000002cfcf4efc22c351d83e448dfe30cbe3d6984c7621c3e8a8f215f 0.00 MB 5 0
117,794 117,794 000000000000502e8fec799f97328444095aa2187a4338d97f0f99e893697322 0.00 MB 7 354
117,793 117,793 00000000000083f73cb205a6737b78579eaf77dbe73dc995ddf02d0b3ff23db5 0.00 MB 1 0
117,792 117,792 0000000000003ceae26a074c2194ec1110ac7ef991fcb312b27f5ea618f9e989 0.00 MB 4 0
117,791 117,791 00000000000048cb30cd1ab37a8ca2af1f62ae5950b4b3c2a7f33f1bb87d93af 0.00 MB 10 306
Previous 10 blocks ↓
Total Size: 769.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,629.16 GB sent, 93.41 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.