Memory Pool Memory Pool Refreshing

14,256 transactions
4.52 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (313,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
594,127 594,127 0000000000000000000373533421c69ee4f133d260480777ff131159418550ce 1.23 MB 2,939 58
594,126 594,126 00000000000000000016ae8203b74efa2b2c98377630103fb335ba9f61219598 1.31 MB 2,994 40
594,125 594,125 00000000000000000008f7a46c96315eeb5741a0a741bacea6b31e69e9172de7 1.24 MB 2,642 41
594,124 594,124 00000000000000000013628421b4d1814bd1b064ceee3413799155069df2922a 1.25 MB 2,963 27
594,123 594,123 00000000000000000000fb662d8eb45415d971698cb36b5e39c58e8e8aaeb196 0.84 MB 2,011 24
594,122 594,122 000000000000000000006db20679bd03993903b57fd596bb6ab7c3654ce335a7 1.13 MB 2,784 24
594,121 594,121 00000000000000000003111423fdbff4ab19815d9d2deb4128eb3280c5ae324a 0.56 MB 1,337 25
594,120 594,120 0000000000000000000151f6458f2554d9bb84415aaf3d61cf95fa87f3d13e2f 0.03 MB 80 22
594,119 594,119 0000000000000000000cfb642aebe3b4a66235b4a4a52f35fb6bab6613824afa 0.08 MB 248 32
594,118 594,118 0000000000000000000a023a85fcc09071aabe186653b8a65a2e43acfc885980 0.40 MB 1,165 28
594,117 594,117 0000000000000000001149b67ee6b4e519483c1dc06541b647c8ff6e7c4dd202 0.49 MB 1,318 25
594,116 594,116 000000000000000000087714b84b1f817169e5c0f9ac711ca1177cbf3e9ed802 0.12 MB 334 41
594,115 594,115 0000000000000000001859984647c5f0aea17651bbe3e4adaaaff386282ea3c0 0.85 MB 2,380 25
594,114 594,114 0000000000000000000fe517cc4639f0a5b0f9ac91d93e03c235a3f1c2e69153 0.07 MB 105 22
594,113 594,113 0000000000000000000f3d752f0f298b1cf8fd596c653c9c341a721671cc9d11 0.98 MB 2,204 35
594,112 594,112 00000000000000000008fa6131282c278776e6cfb0614712a3fef9f4898c0700 0.10 MB 121 42
594,111 594,111 00000000000000000000b4c9d411b8f2918ec3982a6927fef34c5b4dcaea80d6 1.19 MB 3,225 32
594,110 594,110 000000000000000000131a4ab5bd2f76f23606ca7814fd0c5df15f9e8ee8aecf 0.37 MB 929 17
594,109 594,109 000000000000000000066554a7745c2620591f7cc9daedec91e2649b262ddd3e 1.20 MB 3,017 36
594,108 594,108 00000000000000000017cdb16a4beaab24b62041c2b6ebfc58c41ecbc8e6455a 0.03 MB 72 46
594,107 594,107 000000000000000000160fc4fd481f9fde49990f181f5a10c3debb25958c891b 0.69 MB 1,827 28
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.