Memory Pool Memory Pool Refreshing

1,336 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (394,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
512,868 512,868 00000000000000000011c7cf9b402dd4e8ef5e8fd86eb06635bce88fbe218028 1.23 MB 497 16
512,867 512,867 0000000000000000003074692e8b5af528bb36ff79b9e0dba9277f4329897a22 1.14 MB 991 33
512,866 512,866 00000000000000000044e6782aa3ac005432d86240da9821557e553b0cc2edbe 1.05 MB 1,621 44
512,865 512,865 0000000000000000004be36b72c577a43fb20db3c451115346f872a57a1d3b20 1.09 MB 1,505 75
512,864 512,864 0000000000000000002a30d6306a6accaa830c9ddb5e7177b883ee679c91c575 1.04 MB 387 12
512,863 512,863 0000000000000000001ca0f13be0f85c5c073ced8ceeb19185e861d506a157f2 1.07 MB 1,087 10
512,862 512,862 000000000000000000536cc712588744cd1dc16dce6f99f48b64939ecf4e5061 1.14 MB 2,156 103
512,861 512,861 0000000000000000000207f5ccccdb969cb0efed2e6df845d22073fcaaa491ec 1.01 MB 337 13
512,860 512,860 000000000000000000197b72dac41dcee375de19112f5fefcf1312256e9d327d 1.05 MB 526 20
512,859 512,859 0000000000000000000f0065bb3b03beee9e92da32550d172e650308abe9a225 0.16 MB 187 92
512,858 512,858 000000000000000000520616f303e4e48d0d49a59c5cbed7f8b1812b1c905605 1.11 MB 280 7
512,857 512,857 00000000000000000017f52d1cc94d03ead3a2ad75de7a7cfe64bd76f5dac445 1.07 MB 657 21
512,856 512,856 0000000000000000004bcc52e98d7aa14b90244905d14a427f0efb151a6c0707 0.27 MB 376 39
512,855 512,855 0000000000000000000c3d8d95ea1ff16afcbf6e19b018fefb392a3896340216 1.05 MB 740 32
512,854 512,854 00000000000000000042291df01342babd6effd97b6b741b21a7e5c41484c0ef 1.01 MB 265 14
512,853 512,853 0000000000000000003f8e72208209a1e40e86b50a444d89d7a33427179f1261 1.03 MB 537 17
512,852 512,852 0000000000000000001688c5dc317253e532cd6f5b72bdcaec7856d49163f65c 1.09 MB 1,821 68
512,851 512,851 0000000000000000005433384c4b6feaf54a82202c82fae943c72b106206051c 1.11 MB 1,068 38
512,850 512,850 000000000000000000146c74ff5305c5d818d06d44de875744db464f4cbd60a2 1.10 MB 2,198 14
512,849 512,849 00000000000000000022de4ecaa0ba6d10f205b4d79d91ada4cd35cb2e676828 1.19 MB 2,634 34
512,848 512,848 000000000000000000288ab86e41bf7dc659783ecacb4290346f079dd3996b06 1.10 MB 2,599 37
Previous 10 blocks ↓
Total Size: 769.15 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,632.44 GB sent, 93.62 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.