Memory Pool Memory Pool Refreshing

65,238 transactions
24.44 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,038 (29,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
833,026 833,026 0000000000000000000091a08998507b595bce62558ec969117e5dc9d985f7f0 1.83 MB 3,040 15
833,025 833,025 000000000000000000004cdcc3536b5ece3c14cff75fd32e2798e0c5d8853fa3 2.02 MB 1,900 16
833,024 833,024 000000000000000000011c6375cff27d30610b3d7a8f2bf6962e6ea30b7d0c8e 2.05 MB 2,533 35
833,023 833,023 00000000000000000002459d9b8fa586778710d6ebe5ea53d367ef07bc7fdc97 2.52 MB 2,076 21
833,022 833,022 0000000000000000000144fad393b76ff5af9548a0cc5b73d6248a361fca1714 2.09 MB 2,574 20
833,021 833,021 000000000000000000012e441230ce9b7e7bf30e4d44a6c6d90c0faa7f90e713 1.93 MB 2,654 23
833,020 833,020 0000000000000000000207ea880ee88a2847969b6dd86e4f2420f1781d766ff4 2.24 MB 2,369 25
833,019 833,019 00000000000000000001c7c9d123c3bfea49c66ed6c5480d4774b84a78bc737b 2.06 MB 2,348 33
833,018 833,018 0000000000000000000033bf28008440f5ed2908ee8d66e46d83a590b066adc2 1.99 MB 2,506 33
833,017 833,017 000000000000000000014c963a244e34dd107673a1a52668cca3bc2939b3cd7a 1.82 MB 2,344 40
833,016 833,016 000000000000000000020df79f2d190f6dd41eb4fa8a2e1b5ef3652d2207e2b0 2.20 MB 2,680 31
833,015 833,015 000000000000000000004ee64f3fb4c4141320ff545cae5794a771b71cdc19e5 1.90 MB 2,634 37
833,014 833,014 000000000000000000009ce524cf9db604c24b501fa1498bad44c8583a2074f8 1.99 MB 2,465 41
833,013 833,013 00000000000000000003878d45511daec6e614bb2b9e61909223fa098570cc2c 1.87 MB 2,967 49
833,012 833,012 000000000000000000025a7a0e0fff7e1980245cf1344ffd5e84eaa2d6e415ac 1.88 MB 2,453 38
833,011 833,011 000000000000000000008f2c522b5dbf5381c2669bf056d7c5b5a0a7ac631bc8 2.03 MB 2,381 41
833,010 833,010 000000000000000000015b4134bd40e55b0789486329f106ebf7bf5953945182 1.87 MB 3,048 51
833,009 833,009 000000000000000000006b2fe7af0a225ff091985741a62859e12067f7c033de 1.68 MB 2,651 44
833,008 833,008 000000000000000000035e93f3c703b39f78511b84a5d75de77d3ca02587cbb1 1.57 MB 2,947 68
833,007 833,007 00000000000000000001367e0f63a47a0430f416eb1803716d5b39a9684b7f3d 1.69 MB 2,601 49
833,006 833,006 000000000000000000013e884d1faa97a95129100a6509076377c25042e0d194 1.79 MB 2,151 48
Previous 10 blocks ↓
Total Size: 684.23 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,330.50 GB sent, 99.93 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.