Memory Pool Memory Pool Refreshing

6,390 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,846 (708,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,767 199,767 000000000000042f3dbbbe395dd5434b9467705e586c9d37ad10102be8fed7c9 0.05 MB 104 108
199,766 199,766 0000000000000143d8355984230a22576782ea08c811e683d2ddf243d7f3ca52 0.06 MB 154 113
199,765 199,765 0000000000000050f13c1a55563dd705d7891f2785d84aa8b9c515286fe934d8 0.01 MB 13 37
199,764 199,764 00000000000000ba574761655536acde80a42e70e9e188e36e00af46a4a41b36 0.01 MB 24 116
199,763 199,763 000000000000045e5be4cf6decf323013991f6e5305dc926a047e8dbebdae47c 0.11 MB 252 58
199,762 199,762 000000000000003ae7ac1544e7cb941f05e4a665e33c27d4d06dbeafc5ba9ed3 0.03 MB 29 23
199,761 199,761 0000000000000282de13b4fce16d918585a60c6eec76077f0c4076ac546a770b 0.02 MB 18 27
199,760 199,760 00000000000005a204d757d445b29155a274e6e512537015dfc43785a502de39 0.10 MB 249 161
199,759 199,759 00000000000003fc07d56bcd63c6d0c946540800ccd9ea0a93bd593ea521292c 0.18 MB 260 313
199,758 199,758 0000000000000026f23a87d3fd7a3c01aecd14b1fabda0a93d06ff8021a3bcdc 0.11 MB 205 213
199,757 199,757 0000000000000203656ac15c18c34cc017afd26c21b2308b8e7181bca46ec04d 0.04 MB 42 2,589
199,756 199,756 00000000000003f770dd9b3dbe49b3ba234c09304c8d16684826574678234f28 0.04 MB 50 61
199,755 199,755 0000000000000221dbc3edcc627ecd93a037211fa152fa9602ffbde3bd74eaba 0.28 MB 444 87
199,754 199,754 0000000000000028312d5439ba839027fad4078d266ab9124e297a88f1b2825a 0.10 MB 330 50
199,753 199,753 00000000000003825d256f717d90fb9c1bfff5de6e63c0d0643b2f5a25d202d7 0.15 MB 321 696
199,752 199,752 00000000000001055ea45f3356a1fac42fb359697e67e804fb079b0a7768dc7c 0.13 MB 318 132
199,751 199,751 00000000000004cd2c2cf007f646add4eac7fd1cbf3a722ea9534fb0712e66c7 0.05 MB 134 99
199,750 199,750 00000000000003ce25d1995d04f34d818c1fa51ed194eedbdb1e7d47bc18d0ab 0.02 MB 10 6
199,749 199,749 000000000000002315cbd5f86420eb9c3d77fd6a3819f05b5bb046dfc5e30107 0.13 MB 296 122
199,748 199,748 00000000000002027f94276cea11788cc8833ecad5e0e3f524f17bf14c855717 0.05 MB 136 50
199,747 199,747 000000000000014ea67db19c73e06a9fc6718e761f51b701b71ffc027f54a9ce 0.00 MB 10 163
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.