Memory Pool Memory Pool Refreshing

22,669 transactions
30.83 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,141 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,503 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,140 (127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
864,013 864,013 00000000000000000000499d20f17d67d9cf1e59e4d3b14a78591150b67831c8 1.57 MB 3,934 6
864,012 864,012 00000000000000000000f158a2705b0b9a805ef66197520abd9aa9666c5f51e1 1.58 MB 3,743 5
864,011 864,011 000000000000000000016da9cbf64cfaab1c6c7967d9c9c8c6018eb6eb691dc5 1.65 MB 4,253 3
864,010 864,010 00000000000000000000e5cbd6063d051c9d1ee5585b7fc139fd6ab7369fa914 1.59 MB 3,197 5
864,009 864,009 000000000000000000010a3d57d0e1f03d9b0778a948a8c838e4d4c76789efa8 1.53 MB 3,445 10
864,008 864,008 00000000000000000001dc027f56d14b63b9cea1ca7923b3210cfeb1a1a37e5c 1.35 MB 2,636 7
864,007 864,007 000000000000000000012b4f8e7cb634a9927b428b0da3c23d3a690b025f1c07 1.60 MB 7,325 2
864,006 864,006 00000000000000000001ece626667b1a41108bcb7c69b722f0f0cba62b8390db 1.65 MB 5,907 2
864,005 864,005 00000000000000000002f4235d56a2c3f1e131a24b508d9ebe437735d7e92b24 1.56 MB 4,049 7
864,004 864,004 00000000000000000002f313ac5a05977d2a131a6d487b17e74944748c5432b1 1.54 MB 5,304 6
864,003 864,003 00000000000000000000ea800b0314e5db68afbddd0e177fadce5ec793c54836 1.76 MB 5,486 2
864,002 864,002 000000000000000000028bd55388e3a44f792f6468d724dd7df20a7d8fda9603 1.54 MB 3,722 7
864,001 864,001 000000000000000000018b0f7d00ba2024f72e4abe9bf6715b6fbecfca6b9a47 1.67 MB 3,718 5
864,000 864,000 00000000000000000002459ac348e342ac9397d3ef370b63ceae9f5a9172d228 1.69 MB 6,116 3
863,999 863,999 0000000000000000000218019f7bd4e25ed92b6b52e2b2b3025bc0d796f10180 1.75 MB 6,491 3
863,998 863,998 000000000000000000030c830333ed5023677b48cfafd38e2f54a27fcd63b0a4 1.62 MB 6,268 3
863,997 863,997 00000000000000000003105dbec2e2a19ac90efc947870e3f61bf471c6d45842 1.64 MB 5,500 2
863,996 863,996 00000000000000000000695c4afce72b36275e4f9bb8aadef8820f030937d73c 1.60 MB 2,445 4
863,995 863,995 000000000000000000010d478c8feafe6e6ae73c61dbf0cbfc0eb0c1001e96a6 1.44 MB 2,396 8
863,994 863,994 00000000000000000000bfd4209cacb008ab6cdd15412577cf389041ee859cbc 1.38 MB 2,197 23
863,993 863,993 00000000000000000002289616cf3094af34193697ff9e97743f8c06b863dec6 1.53 MB 2,098 32
Previous 10 blocks ↓
Total Size: 688.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,623.27 GB sent, 126.99 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.