Memory Pool Memory Pool Refreshing

28,027 transactions
29.16 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,313 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,139 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,312 (398,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
464,061 464,061 000000000000000001658b340b895eba15f5f36784f1ce016b81c40bb289e521 1.00 MB 2,394 214
464,060 464,060 000000000000000001e44b9f2b382908c0ddb3749f8d63da024be8671ac7c253 1.00 MB 2,341 141
464,059 464,059 0000000000000000011a63e83454b2c731febef667e491fc90322b3cf852b339 1.00 MB 2,621 212
464,058 464,058 00000000000000000152a0cf78d77be2a0bc510de13a8c04136c277903d5f936 1.00 MB 2,482 150
464,057 464,057 0000000000000000006243b64b0b440f7358d20a6c5eb86b671cd48397a2f190 0.99 MB 1,407 63
464,056 464,056 0000000000000000006b1935eebc780e4542fdf0ca1598ad56a4bfc6cb7cda53 1.00 MB 2,276 175
464,055 464,055 0000000000000000004d1fed8bb643a46e8192fbbf94337046709c0eb8eeb95a 1.00 MB 1,847 99
464,054 464,054 00000000000000000214e050c5254c3ec9e75eb1d2353a725bf24f078bcb6f40 1.00 MB 2,354 141
464,053 464,053 000000000000000001bfd47703604a30c5bc1f7b6068af47d22d82e134fcbd3b 1.00 MB 2,554 189
464,052 464,052 000000000000000000500b08310aa206544c16ee41e6f426f89f15592b9e3a36 1.00 MB 2,363 129
464,051 464,051 000000000000000000094dd0e540322484e1aabe6d96bfc3926718318b4f339c 1.00 MB 1,952 204
464,050 464,050 0000000000000000015f64a972c68b0453933edd4d39f918a5a108fd0d21dc31 1.00 MB 2,678 227
464,049 464,049 000000000000000000bc9d86fe1dafb6f4ae6cfd68d5f6d3b1170758dc9de618 1.00 MB 2,536 93
464,048 464,048 000000000000000000c932459702aa4280e62f1648ff26e140e96727e8ef7fd7 1.00 MB 2,287 158
464,047 464,047 000000000000000000cdb435440af08145137ee6ed4c990457f636ba450dc1b2 1.00 MB 2,108 86
464,046 464,046 000000000000000000c08891211a753c0ee76f0b08d9dd01c984530c97240244 1.00 MB 1,800 75
464,045 464,045 0000000000000000004147e009c502be5a9113763621e269c0efa16a5e27145d 1.00 MB 2,128 66
464,044 464,044 00000000000000000021ab241c8dcf09842dac5cb9e88e23f1cd5723517a8561 1.00 MB 2,781 133
464,043 464,043 000000000000000000b1ae8810c8a69ff2a0de1f4746b98daf0cf8ac5540dddd 0.02 MB 56 243
464,042 464,042 000000000000000000fa2aadfb663298efb68fc032512b87385686a6d0abc571 0.10 MB 287 122
464,041 464,041 000000000000000000267c74d3346784a80a048cf93946804c75d7b5b0d20660 1.00 MB 2,699 129
Previous 10 blocks ↓
Total Size: 684.76 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,363.00 GB sent, 103.40 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.