Memory Pool Memory Pool Refreshing

37,936 transactions
30.62 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,595 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,135 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,594 (65,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
796,317 796,317 00000000000000000001de7581fd9ede5d8914526424ae5bc19aeb4b95dc4799 1.57 MB 2,366 49
796,316 796,316 000000000000000000026b6891665b377714fb5d763532db6665636c2d7dbf3a 1.49 MB 2,468 53
796,315 796,315 000000000000000000037802ddf61e814c49d4df7ac4ca57dbf92a8d060d9a30 1.56 MB 3,076 44
796,314 796,314 00000000000000000000c66961ab08dcc0087f5e1d435fb30ae57cbf213feac0 1.41 MB 2,732 66
796,313 796,313 0000000000000000000279ea3910e9f90b49512e2f1280d1e7664cf70f4419c8 1.61 MB 3,216 32
796,312 796,312 00000000000000000002b274b24e2de5379a02dbd6c68549e4eb165199819a90 1.48 MB 2,542 25
796,311 796,311 00000000000000000002a40db53e394312db1d67de041edeefbe9dc1a46b100b 1.64 MB 2,957 31
796,310 796,310 00000000000000000002c6e3e2c03b3e96d1ee35200a58cd1cc88d89c0bf48a9 1.76 MB 2,885 26
796,309 796,309 00000000000000000000516bf6a84f72c5c015cbd19a9cdcee5913797f7de3f8 1.62 MB 3,304 37
796,308 796,308 00000000000000000004a6d86656b4d3993b3e7d1d44ce86e716696df85732ec 1.54 MB 3,387 45
796,307 796,307 0000000000000000000324dc4969c2724374af0eb7265def9aba906f296afcd7 1.58 MB 3,630 34
796,306 796,306 000000000000000000044b4cbcac227b0e7dd45ce6a077c51c88e616652e08b9 1.49 MB 3,168 29
796,305 796,305 000000000000000000037a788e338d40d404c8549ad7fd8a556d32212762e0cd 1.47 MB 2,943 39
796,304 796,304 00000000000000000003147a3e0fb5d87a3500603072c354ddebaa6937a8ec40 1.53 MB 3,131 36
796,303 796,303 00000000000000000001b4a9785f16554a7d5dc583567ad151ab4cc74ff78686 1.78 MB 2,904 39
796,302 796,302 00000000000000000004229f3a731c4a86120edb11052f88e7328be04571b726 1.43 MB 3,179 56
796,301 796,301 0000000000000000000066972e58541f4386b38c2bf69af0dba08a6ef0a35793 1.62 MB 3,356 41
796,300 796,300 00000000000000000000fd9d4f0051d502f31b78d591869ac9d7f4c1ad3de63a 1.34 MB 2,836 76
796,299 796,299 00000000000000000001e86d19d1ec00db6f2593c462380e60cb44a56b4ae21f 1.52 MB 3,474 38
796,298 796,298 00000000000000000001d3f8205ba189a39ae961a698b2b4fc199fabb94d55c0 2.35 MB 3,066 15
796,297 796,297 00000000000000000002d95a3479732d9c3fd941eb649fb4bbae427bf66ac6be 2.14 MB 3,034 14
Previous 10 blocks ↓
Total Size: 683.36 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,261.39 GB sent, 94.26 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.