Memory Pool Memory Pool Refreshing

34,918 transactions
28.66 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,275 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,648 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,274 (659,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
203,413 203,413 00000000000003ca72d0bbee1d02242ecdfe8524be05ae1f257dca989ae30426 0.00 MB 11 335
203,412 203,412 000000000000031cabafdaaee4519cb1eb83e73a28878865b0332ac44e1c5ce2 0.13 MB 336 145
203,411 203,411 000000000000007021f8301a793ff31ca32557944a082559b9a0cc8ec53e0517 0.05 MB 85 45
203,410 203,410 000000000000044d8b1337474a8a08e3b0165335e0d723de1be16b24f58ef4d3 0.25 MB 678 212
203,409 203,409 00000000000002e6b6d9f9c60e93a4316e822748f996a1a18199a10e9d281bbf 0.05 MB 128 131
203,408 203,408 000000000000051308403914397b4adcd84c85a8288ad82e5e54db265d593e6d 0.02 MB 65 53
203,407 203,407 000000000000046298cfea02560c9cdde6da7ab9b4c7469184be18fafe68b0ce 0.21 MB 295 119
203,406 203,406 00000000000001a8e897ab77f3eab67f34d58ca455b4daf93838e613b4c2b2da 0.01 MB 23 98
203,405 203,405 0000000000000114907d42a033fbad87b4696ac25da1a2733a5f2ec8ef44ef78 0.05 MB 119 66
203,404 203,404 00000000000000aaf693492b11fb3d870ce7c529187c27451df1c4d23ba9c9e2 0.11 MB 208 152
203,403 203,403 00000000000002cd811c70edab4172616db74f637fe650e4356e05bb2c593f4a 0.02 MB 49 26
203,402 203,402 00000000000004f6746e60388fb311ceeddb4c9d199051f09d3467d251045d17 0.10 MB 227 170
203,401 203,401 000000000000049a3d299d205a370a372f3415737a9d0f2d6043f090485a809d 0.13 MB 316 162
203,400 203,400 000000000000036b1a4520ddf1ce2b9d9a517cfd69af10b0bc5abf609d2465a3 0.04 MB 71 101
203,399 203,399 00000000000001b57efcc758c007a8f2210f6fa47ba9fe5aad13f8507a9d1613 0.43 MB 712 66
203,398 203,398 00000000000001859fbfd754bd264aecf335f871185dd9c92b068085a53b5e5d 0.11 MB 251 123
203,397 203,397 0000000000000144909ff3cb602273992f602284aaa8aef5e0787a158900f4d9 0.01 MB 32 336
203,396 203,396 00000000000003bc24d285f56250e2fa20317e98989f40b7706dd54aa7e2814c 0.13 MB 301 130
203,395 203,395 00000000000001531df0ae406b27f19ef3f13d00fb6af76e65a04ba0056d2d3d 0.09 MB 222 205
203,394 203,394 000000000000043fd1ff5eb85d9955b3a1e374add78403d729c8bca383ea1830 0.02 MB 29 112
203,393 203,393 0000000000000374e0a38d4542f0a5f7bdb7608dc562e84c42886405a636cc4c 0.01 MB 16 61
Previous 10 blocks ↓
Total Size: 686.64 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,485.52 GB sent, 116.02 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.