Memory Pool Memory Pool Refreshing

67,798 transactions
28.29 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,067 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,020 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,066 (24 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
871,042 871,042 00000000000000000001b120e1ddbf2dcfde410e6311b8afbd93c99684a993ce 1.54 MB 6,318 20
871,041 871,041 0000000000000000000140e205168afe30e9d57618122ffc1fde2c410e2da303 1.49 MB 5,605 24
871,040 871,040 000000000000000000020bd500a2ecab74aea02ef92569b521e7fd52627a5f11 1.54 MB 5,190 19
871,039 871,039 00000000000000000001c1f5a0f1864a6dc29d6fc1e7d0e66d5831aaee69e908 1.67 MB 4,242 6
871,038 871,038 00000000000000000000f168b3d5a1e49cba6aa14396a70b2e01a11cf52e29a3 1.54 MB 4,207 11
871,037 871,037 000000000000000000023b698e986707970d12a37e0a51c791695de66e7d352c 1.74 MB 3,526 7
871,036 871,036 00000000000000000000f5746007b23b98ef1b1dc2cbea42caa2ddb261914322 1.42 MB 2,309 7
871,035 871,035 000000000000000000009892f870c0a3546958b50c81be1f8dc75270091cd1bf 1.51 MB 3,396 10
871,034 871,034 00000000000000000001489c562323a28ac53a5d3d5b0182d35dd1c13838fa23 1.60 MB 2,530 5
871,033 871,033 00000000000000000000c8fc565e4a4c06427ac67c66d351064ab2ee1c79909a 1.52 MB 3,564 14
871,032 871,032 000000000000000000020a44890ab3d13e04b9b500c4120816c270aef6a4c964 1.54 MB 3,402 8
871,031 871,031 00000000000000000001446bb53eba6ebddb6b9784a5fd7c15b3b83e6f4c2372 1.43 MB 3,609 9
871,030 871,030 000000000000000000013b4ac8bfdcb78a5399e903b7051d6dd88a7597b569d5 1.62 MB 3,680 17
871,029 871,029 0000000000000000000018770a9ae355a9eb48d026eddd8255e112c15ae5c9b1 1.50 MB 4,328 15
871,028 871,028 00000000000000000000964ff2f83513f6a33cbcfc3f420dc528dc99b1ff565d 1.51 MB 5,741 16
871,027 871,027 00000000000000000001abc14e0037a5a584091408c2eb56b25c6e71428b77a4 1.51 MB 5,155 10
871,026 871,026 00000000000000000002849fb70881d197fba5a0f3caae09b07c90b95a0329ae 1.47 MB 5,472 10
871,025 871,025 000000000000000000011095c6f3c35cf5c4a8211ac52f6aaa509f91c0eb151f 1.41 MB 3,434 4
871,024 871,024 00000000000000000000f8aa542241da36fed5f95d085bdb4110d3729f46d69f 1.49 MB 5,123 9
871,023 871,023 0000000000000000000223900167a021091ef03a2219cae9760803eebc21e04b 1.53 MB 5,121 13
871,022 871,022 00000000000000000002806aa2813901a1a4b8fa04187e4612d3ad01a9ea5ae8 1.46 MB 6,104 12
Previous 10 blocks ↓
Total Size: 701.47 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,410.37 GB sent, 220.83 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.