Memory Pool Memory Pool Refreshing

22,070 transactions
25.39 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,073 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,303 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,072 (140,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
721,336 721,336 0000000000000000000a8767f8b3f7cfc42dfaf475b87666571f0211b3bcc590 1.27 MB 1,768 5
721,335 721,335 000000000000000000052dd07c94e9272fdf737d7530bd3c5e7baea04e3cab49 1.34 MB 1,685 6
721,334 721,334 0000000000000000000880a458045a2e38c20b3036b96bf7c012c95469059bfd 1.46 MB 2,015 12
721,333 721,333 00000000000000000001b33612840e7a88168382e0c07a026c29cee7f8f1d45c 1.06 MB 629 5
721,332 721,332 00000000000000000006c6ee25f8d5e020271762820c893d6dfbbca5c09c9cdb 0.31 MB 358 8
721,331 721,331 000000000000000000052d76b2cb53d2c386d86e5b0bdd960694badc2ac582b0 0.29 MB 307 2
721,330 721,330 00000000000000000001eb65482f581d5c585eaf1679ac3346165064a550552d 1.35 MB 2,189 9
721,329 721,329 000000000000000000045d52dc40656e666393e37e3305db486043e20b7db3f9 1.33 MB 1,174 2
721,328 721,328 000000000000000000037b257aa3c668ea2e2380899bbfc487bca4a61153d9c8 1.50 MB 2,464 12
721,327 721,327 00000000000000000006ad82f8c32de9fc0bcfe8a7e77c1f8e7c3d86254334ec 1.42 MB 2,546 9
721,326 721,326 000000000000000000028f5f53c33ea9d77bd37b76518e6a43549bdbb698a407 1.15 MB 1,343 3
721,325 721,325 00000000000000000002e793c82b887a4ccea4288ecea49184fdf3a5e045d852 1.73 MB 1,432 6
721,324 721,324 00000000000000000001ba6b53e05085ec3710ada1379ac5f3095e9795224c81 1.71 MB 2,833 2
721,323 721,323 000000000000000000065322dcba26be58c94f2821036a455ca4fb913ab9151a 1.55 MB 2,789 13
721,322 721,322 0000000000000000000826c9ec92a5abffdac4bd452af07bc86e3dcfee78ee27 1.46 MB 2,716 7
721,321 721,321 00000000000000000008313625c32aa2f9c4a2faaf13f6198cc0c0295a10f9da 1.42 MB 2,414 10
721,320 721,320 00000000000000000000f222a6851763c68cd05adbaf80afa1744f1287daa87c 1.06 MB 128 4
721,319 721,319 000000000000000000047ea2b55047685c4d8f20d9f3ad9ee682b7aa237bfee3 1.22 MB 1,212 6
721,318 721,318 00000000000000000006bb859a85950edb2e5e11ef5d2c55a1fa7cd7cc5cdac5 1.69 MB 2,575 12
721,317 721,317 0000000000000000000496a86f9e5cf186b8bba10372051f8ce561519416602e 1.52 MB 2,406 12
721,316 721,316 0000000000000000000a6f8bddc2e4d7e2f53ecd7d03fd1851c47bb61133608e 1.52 MB 3,395 18
Previous 10 blocks ↓
Total Size: 684.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,333.31 GB sent, 100.30 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.