Memory Pool Memory Pool Refreshing

68,358 transactions
32.60 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
870,329 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,439 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,328 (18,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
852,246 852,246 00000000000000000001fbd2876dc0f09bb5fb39bfe75ca804c6d8bd295ef827 1.60 MB 5,047 6
852,245 852,245 0000000000000000000108d10a3500f34eee3a22c16b187887e5a89ac1d39acd 2.28 MB 3,155 4
852,244 852,244 00000000000000000000813b88b0ab7b7a6b5390c43b686b27f8a2df5bf2d6cd 1.99 MB 1,494 4
852,243 852,243 00000000000000000001648235268c75ea57abec7b6e0917a2b33912b07580f2 1.77 MB 3,438 4
852,242 852,242 000000000000000000026a9d8e93523f5e5e7a75c4ef45b19562b3599fea3264 1.52 MB 5,990 5
852,241 852,241 00000000000000000002001ebcf443ac2d72338a9a40210c6da5f8881af75b37 1.91 MB 2,369 9
852,240 852,240 00000000000000000000cf526996e798a2750b1c553c1bfda8c8a4daa7b38711 1.66 MB 5,541 5
852,239 852,239 0000000000000000000103256f679c9b94e4d9df2d4e0d90f7623e9bda8c7f2d 1.57 MB 3,130 8
852,238 852,238 00000000000000000001b465ce722fd01f324e830b5ef2e6cdd22a8c50883383 1.73 MB 1,518 4
852,237 852,237 00000000000000000001d8ee6d7326dbe6470e73cdc4c79a5a0d4fde6133cdd1 1.69 MB 4,005 6
852,236 852,236 000000000000000000030e9829813199fc53e79f34a82c1000602b9c938aca95 1.66 MB 5,055 5
852,235 852,235 00000000000000000000efa659caab8fac938f7a4440086fcfab82726d65f1e0 1.70 MB 5,896 5
852,234 852,234 000000000000000000000e72dbd6e42721c8822f600df28a0322e94b48b81987 1.68 MB 4,721 4
852,233 852,233 00000000000000000000168d3c8e9fcd774534a45345496e2080e3b0d65ab90e 2.72 MB 2,256 7
852,232 852,232 000000000000000000011ad2f312cc9c906d6ece94eccbddb24622a60bd4e005 1.60 MB 2,541 9
852,231 852,231 0000000000000000000110cc5a91b23b2df4f2d577fd1cb111c63e2e010dae53 1.62 MB 3,419 7
852,230 852,230 00000000000000000002ec3ee4bc993a05c280e130e15bbeaa5ddbd27fb61643 1.69 MB 4,530 5
852,229 852,229 00000000000000000001ad0bae985d08f0eaba5086570daab5947ccd255fb98a 1.68 MB 2,436 7
852,228 852,228 000000000000000000008cfb33feeaf9b959c236c4663723560240d50aecabb2 1.58 MB 3,053 11
852,227 852,227 00000000000000000001230a80abcb03ac1511cda903a623440ace2971445d80 1.50 MB 2,866 8
852,226 852,226 00000000000000000000c77418796a132076b0a28d12383e12ea520ca7b1facd 1.63 MB 5,422 6
Previous 10 blocks ↓
Total Size: 700.07 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: 2,229.21 GB sent, 210.91 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.