Memory Pool Memory Pool Refreshing

7,786 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,976 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (611,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,831 295,831 0000000000000000126f6b472348835064a5f96430a9ece7096e6cdf1d4a39b4 0.25 MB 550 48
295,830 295,830 000000000000000082155c35a029825e2606a76e3f4a6acdcbc4dc6e19f5e4d0 0.43 MB 1,024 47
295,829 295,829 000000000000000089f52d4e82bb65a542f05e7ca6ebfc478597e1934f93a1b3 0.27 MB 623 57
295,828 295,828 00000000000000007e083484903caf857b1da28f861ba7f0ff0e3c4f6662df2c 0.10 MB 107 17
295,827 295,827 0000000000000000346a1abb9a30e07027a85ef608fa3d861c5e38ec84c713b5 0.24 MB 365 20
295,826 295,826 00000000000000000bd242ebd558012400281f0f0cba0a3e579090fb871ac247 0.35 MB 991 55
295,825 295,825 000000000000000009b929ff5b2745f01c099b966c5db4c223d7df5ed415be8b 0.23 MB 152 17
295,824 295,824 0000000000000000375cc85322a63d2279ed9a637dbb62abf7e2bf88352f3239 0.25 MB 499 38
295,823 295,823 000000000000000076e59ad4af616e2d8b4d3e7560fb0a23aad1cbce00a4a05d 0.35 MB 486 25
295,822 295,822 0000000000000000af3eb3c65a176cae592e62abd150b7223f002aaa268115b6 0.25 MB 666 65
295,821 295,821 00000000000000003cc21e107e285b3c97c4634a15b2f52b589afa852737941a 0.26 MB 285 19
295,820 295,820 00000000000000001c38d750fadc31caa6e3e721529d089ad9fee47a5d640e6d 0.35 MB 957 61
295,819 295,819 00000000000000004e15284dcf9c2835d30688e7a25cad732a19f6103fb46552 0.22 MB 240 24
295,818 295,818 00000000000000002a3035696065b21506bfb7fb71019850221a0da897d72fc6 0.50 MB 934 47
295,817 295,817 000000000000000087885edd136670fceccf48cc9129fc19e8dc8fd6415ae3bc 0.82 MB 1,327 30
295,816 295,816 0000000000000000846ccf5dc639fa948220447765b7ef20859fef6149ec5d31 0.13 MB 128 16
295,815 295,815 00000000000000006012477658db9cf638633e078ec3fbe1c4bd56ff63c33a2c 0.44 MB 1,024 43
295,814 295,814 00000000000000009988ea335bc82d9f218c9d1723dfad79cf91120f924ff097 0.35 MB 654 40
295,813 295,813 0000000000000000253b9c112d5c0239e97aa73190ae14b8b01493e3498c9700 0.03 MB 73 78
295,812 295,812 000000000000000059b76223f4741cbf97adeb1fa391743be8d950a374906e9d 0.30 MB 438 25
295,811 295,811 000000000000000012dec6bcab56a9ba7dedf3c2afbdbbba0aabf83a8c66c67f 0.10 MB 256 61
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,624.88 GB sent, 93.01 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.