Memory Pool Memory Pool Refreshing

2,079 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,075 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (582,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,081 325,081 00000000000000000eaa43d062f31d80d634264d9206b54acd704435eb488b4b 0.01 MB 14 12
325,080 325,080 00000000000000000d42067596f58e763f150ba42889414c6190a53eb3e55f44 0.19 MB 35 2
325,079 325,079 00000000000000000db8f35a7986efdf8bc254660768b92105a717d5210a5594 0.03 MB 46 29
325,078 325,078 00000000000000000a7dac283f08b5b0f3c2583407b04ef66bab8bbd62ce9a89 0.09 MB 162 27
325,077 325,077 000000000000000009d037796cc47819d642632c7aeea10e76a8ce71d79f78d8 0.04 MB 87 25
325,076 325,076 00000000000000001f3512c92a538d3e3c0aa4336db5e1d830ece328ffe2af9a 0.13 MB 207 13
325,075 325,075 00000000000000000b5d8c0ce4d5094ed2d5b4c18f80d510100ed5fc4ea91536 0.75 MB 863 22
325,074 325,074 000000000000000004929e7322fec76995e6c6400b1bb955d9544e0a6265b928 0.75 MB 1,881 41
325,073 325,073 00000000000000000aa3e852d818aafe85c63e3107623df10de7bb78cddc561b 0.35 MB 647 27
325,072 325,072 0000000000000000192e87651fbe06cfb94e60513180914a61aca866746aa868 0.04 MB 26 16
325,071 325,071 000000000000000009530e120417912339c1effa5385eb8056c8a92408c5562f 0.74 MB 971 20
325,070 325,070 00000000000000000a1a415744a4b2fa9308963621acfe350c41698626804167 0.25 MB 746 143
325,069 325,069 000000000000000018d03dca5134d9cf9c63b5843d7e4d2880ffee4cd949a19a 0.06 MB 101 11
325,068 325,068 00000000000000000dc04c5932af273cc65be2598e919b5dc71535c24614bfbe 0.38 MB 655 44
325,067 325,067 0000000000000000195c5670bc31af1ab0d21a3d19063b5ea544b188498bfde9 0.45 MB 878 33
325,066 325,066 000000000000000013e41b9e9aec0fc11c2940c0f2fdf2f73305f36618d44f0c 0.15 MB 254 23
325,065 325,065 000000000000000016566ad111901590aed74e9b6281c0af2be3461ef1f9ec27 0.88 MB 1,461 28
325,064 325,064 00000000000000001c4b09397b78fee7915c6c1f4cb331034cf7bc1dbc9348cd 0.41 MB 758 32
325,063 325,063 000000000000000016563dbd519420d25434454e02a529bd667dbab3e119f571 0.02 MB 46 13
325,062 325,062 000000000000000007e2e0fe6fb26d01eccc06990f16fd559d506d2905394d50 0.93 MB 1,488 27
325,061 325,061 00000000000000000ce8383768b6c7a2da3165b3c07a11d2b66fdac453d68c9b 0.13 MB 251 30
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.