Memory Pool Memory Pool Refreshing

10,469 transactions
4.71 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (646,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,903 260,903 0000000000000019cfffd6897a076e720b475b6b939c3ec17a135d00fe702f4b 0.01 MB 25 130
260,902 260,902 0000000000000016ba4a2b92f3d98c0a2b3fbb8a9376971e1cf49bdf9322f79c 0.10 MB 271 100
260,901 260,901 0000000000000004d770278dfea0e39b58267b6c6df57c328c98a538c5a1ff42 0.10 MB 299 119
260,900 260,900 00000000000000145da4b28a32785d6a3fcdfe748e0b1df613109c7c40f24ef8 0.18 MB 342 81
260,899 260,899 000000000000001a8a1f2f2aba19b066becbc701457bc563f795c9eeb6ce05e0 0.25 MB 682 127
260,898 260,898 000000000000000440473f41322f6ae25375402547dc1ab729938d32700bf69c 0.08 MB 202 102
260,897 260,897 00000000000000199a6dbddbeeb38f02ac2d85e7b2dd952ac31a925738df9e4d 0.03 MB 86 79
260,896 260,896 000000000000000a767d1c9f9b366802d2979f0908db6cf6e2f5105e1c1557d5 0.10 MB 240 112
260,895 260,895 0000000000000010e05e1de9450673f04260907a2e42ec84129502d32f55ef4f 0.14 MB 409 85
260,894 260,894 000000000000000f0ca7132628cdb19d0176e95c522651fbfb048e1803becd33 0.03 MB 58 79
260,893 260,893 000000000000001b8e833182d83439dde95fa0569092de71bc660cf49dbb7eb3 0.11 MB 271 82
260,892 260,892 000000000000000f990b0908f9455b8d8d31560aacc8c45c0bc2cfbe3efc7dae 0.03 MB 96 92
260,891 260,891 00000000000000092b263278cc012c7c3a8af749459f2dc489ec8ed400a02a40 0.10 MB 233 84
260,890 260,890 000000000000001a172dd8e6d430c4e05e238393a8001246285303a37ae47a5d 0.13 MB 279 63
260,889 260,889 00000000000000006e0b6157cfba19ce102f5efcb640bf21ef3b2e5a38df3f02 0.11 MB 128 68
260,888 260,888 0000000000000018e29a68a32829fba8f840cdde715d3eaebefede65cb746a02 0.10 MB 256 134
260,887 260,887 00000000000000011aaf1390ef29022bc2c3ba184a03f2b49e4dcd517b8d749a 0.19 MB 322 67
260,886 260,886 0000000000000009f18f4a27385d9975b6c5a55dfab846b9dd64768357bab8cb 0.09 MB 256 185
260,885 260,885 0000000000000019564b0fc191e552eae019bbb99df869573b18ee7ff9484a82 0.07 MB 193 208
260,884 260,884 0000000000000005e12fcbf9f7e093b05b1378847895fb2b6725e6171913bfe7 0.23 MB 131 35
260,883 260,883 000000000000001167692c704f3c1fe4dd4dc0b7c010cb757e2e0efda7ee9670 0.13 MB 301 120
Previous 10 blocks ↓
Total Size: 769.03 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,625.74 GB sent, 93.04 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.