Memory Pool Memory Pool Refreshing

1,214 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,214 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (606,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,739 301,739 000000000000000054ca7899c39979433d603d4c711d082e0e9d18225d4a23fe 0.13 MB 229 30
301,738 301,738 00000000000000007187be451447c54d38c90cb9d22fa02c4757747945cce3c2 0.01 MB 22 38
301,737 301,737 00000000000000002f449c6f37f46101ef7465ecffffbb9704effce2f9826c8d 0.06 MB 137 24
301,736 301,736 00000000000000000758cb354f2d72b4d60d210642ecf9e80c3d87762cc561f3 0.14 MB 318 39
301,735 301,735 000000000000000055bb67d2d6859999bc47dd4d2f6a74fdccfb23d2e5be7876 0.22 MB 400 34
301,734 301,734 00000000000000006983b366478d35b173e65034a94e7c1bda82552b49f58554 0.24 MB 363 29
301,733 301,733 0000000000000000247e2712b40bc2ec0e45f8bf83c00fb0f03f9925a5bc6dab 0.17 MB 360 28
301,732 301,732 00000000000000001ed8aa5133fa94d0f425a25c50644cddd2cae675a6cf99bc 0.13 MB 244 37
301,731 301,731 000000000000000015f89614ad60dbf52edb0e4ef034fca83220575a607c06d1 0.06 MB 94 27
301,730 301,730 000000000000000018002cad4a75aa39e731b76ef96cdf74b45fa1c3cb4cc365 0.11 MB 219 35
301,729 301,729 00000000000000000d065405ad1964641dfe17a7824f8c9b51958607a6614eb4 0.22 MB 409 35
301,728 301,728 000000000000000030fd80d9711a4fd3bded2c1bd783a2cf1840171554967ced 0.12 MB 208 32
301,727 301,727 00000000000000000415ff5777a9c114981e9e7067817f8d93b7e13059921018 0.06 MB 103 25
301,726 301,726 00000000000000003a11574fbb67afee55c6de279ea4bbf02119c30ab28a2a4d 0.01 MB 32 14
301,725 301,725 0000000000000000748a96fbdef4e8eb7f5ec132ee96730ef088faf28e3a1cdc 0.19 MB 358 33
301,724 301,724 0000000000000000327aecd5d64af671b6de114e2e3e8d366e8a578f4a006979 0.18 MB 121 17
301,723 301,723 0000000000000000374045e209571112a990854cc3c0e30a41717caabf5ad7bf 0.35 MB 676 32
301,722 301,722 00000000000000003efd244d4313b29b3238a37499324a8d1fcd734cd8a2241f 0.35 MB 702 32
301,721 301,721 00000000000000001dbfb0c8b5740e5bb3017a42dab1f81edef93bd83eb04dcf 0.00 MB 1 0
301,720 301,720 00000000000000005233fce554e93763aa4c535fae5e723b21211db29da36d5a 0.52 MB 774 48
301,719 301,719 000000000000000073e0934cdcabd4a7b92779f972fcd209570ef768ed129c8d 0.21 MB 365 30
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.