Memory Pool Memory Pool Refreshing

44,568 transactions
25.08 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,059 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,402 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,058 (33,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
828,396 828,396 000000000000000000019403488fbb89ecccac53764956e262fe0c6d99fd9790 1.43 MB 3,117 71
828,395 828,395 000000000000000000025bb7d2ee504bc043b92ecf185efd28d9b2b15dd660c5 1.69 MB 3,754 43
828,394 828,394 00000000000000000002afd11139298583bd97abf2ff1fdd56076694e1e46a0b 1.84 MB 3,723 43
828,393 828,393 0000000000000000000021d8ec0032549b6f9eb948c16df98c9b0b3b3a2cacd1 1.85 MB 4,552 52
828,392 828,392 00000000000000000000cd5af16e170d51d8c9dbaddaa42e54d5d9f7fead7d36 1.71 MB 4,050 72
828,391 828,391 00000000000000000003da0f57e02b8bc850c7f757ec562c55e566878e1ae738 1.60 MB 3,516 62
828,390 828,390 00000000000000000001521f623b5f19a1e44725dfb40f7a557a58790f79e0e5 1.40 MB 2,100 55
828,389 828,389 000000000000000000016946ba4dc8b2927382971ec53da11ef03d9f15ad3378 1.57 MB 2,453 39
828,388 828,388 000000000000000000000ee01c02c8c6071b3b7f2512edbe1e3496ba7fec9e4f 1.90 MB 837 26
828,387 828,387 000000000000000000008902d27df2a275720788630f54a0f232f33d87cc12b9 2.07 MB 3,281 31
828,386 828,386 00000000000000000002dc39250ea4b2b0ff41542238928600a18d06e853cfb9 1.75 MB 1,099 27
828,385 828,385 0000000000000000000344cb3cb6707b4c1a836896f986033463b66e5d615a35 2.07 MB 2,461 33
828,384 828,384 00000000000000000003fcfa253f4ceba7601a9f12e436ebb1644b51fbfdee0b 2.31 MB 2,853 36
828,383 828,383 00000000000000000000f5c9f2e70f41d4a87b852baf43797961e28445fd7f5c 3.14 MB 2,068 32
828,382 828,382 00000000000000000003b2d48186d006f2252853de0b45abf921068a09b06abd 2.30 MB 2,296 31
828,381 828,381 00000000000000000003afceb2e4be1a4107dcb5f6b80394f0da3c8183714064 1.58 MB 3,465 43
828,380 828,380 00000000000000000001ed8f3e2c62f74fcdf5c9d5772f181ddfa5b3a869c392 1.82 MB 3,243 38
828,379 828,379 00000000000000000001613455cbf3882cf6a3a11448e37816239d3ee2092c8b 1.85 MB 507 26
828,378 828,378 00000000000000000000d4a2212b93863857dbcebc13d45833d9ee98a3ec51ce 1.84 MB 2,997 33
828,377 828,377 000000000000000000001db4cb1bf3f1354f8b02ab919976a31acc18d718c8d4 1.78 MB 3,447 38
828,376 828,376 000000000000000000001a0029ed07bcfca73e4e240daa67577a95e8708e72fd 1.66 MB 3,371 39
Previous 10 blocks ↓
Total Size: 684.27 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,332.04 GB sent, 100.17 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.