Memory Pool Memory Pool Refreshing

41,250 transactions
32.53 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,227 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,747 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,226 (250,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,051 613,051 00000000000000000000198c29b98499d6deef1368d61428325aa53664f4b6a7 0.88 MB 2,339 19
613,050 613,050 0000000000000000000d3330fe99e6cfc4950f7c784d37e81c8454d25183f27a 1.09 MB 2,924 17
613,049 613,049 00000000000000000005c095dd7fcfb802817d114e4f752fe5525d3375a551b7 1.25 MB 2,554 20
613,048 613,048 0000000000000000000df66ee7bc3783e74554720713f43dfc7cca248cd7d6c4 1.37 MB 2,924 19
613,047 613,047 0000000000000000000f4c47e7ed4a4bc830ccac3d321456517e3d70180bbdcf 1.27 MB 2,976 26
613,046 613,046 0000000000000000000901e1cbc826b0918df3162125dfdfb9efea27bbf0b939 0.25 MB 494 21
613,045 613,045 0000000000000000000e215f51870d76f4094850ce67b9319157539ea62bd571 0.03 MB 79 14
613,044 613,044 0000000000000000000f9635dc47ce62efb1ed95a115470d7dc34fce3176dd03 0.18 MB 240 17
613,043 613,043 00000000000000000011a3ce748b344d241f1c33c0254183421f9a6f7725797e 1.28 MB 2,739 5
613,042 613,042 00000000000000000010a681fe9aa4c30f11d34d495534bf6fc113ae7e9fdd08 1.19 MB 1,970 13
613,041 613,041 000000000000000000090b156f0a9f48ce05a99c20ef2901e2a48d62c27494ed 1.19 MB 2,750 19
613,040 613,040 0000000000000000000009ded1bf4a056d45cacfaf8006a92a942a7bbdd63f4c 1.21 MB 2,665 9
613,039 613,039 0000000000000000000a34858f919ab953c6db4dbe7fde00d63623c2587d90d4 1.43 MB 2,869 24
613,038 613,038 00000000000000000006b60547f33dfae4f779628ffdec3f428c39679989c524 1.21 MB 2,398 45
613,037 613,037 000000000000000000060fac8d21c8078f01f70eec1df7f79ce6b35ef5ed9669 1.24 MB 2,645 21
613,036 613,036 00000000000000000009a412cd831eca6529a6522c025f19e5c99ca758660f56 1.23 MB 2,300 16
613,035 613,035 00000000000000000001542d8eac171fa5ff1082fa2c3e352941929e429fbaf4 1.24 MB 2,774 22
613,034 613,034 0000000000000000000cf471a8ff91406192d81893d365f8c90abc5bab8f85b8 1.28 MB 2,690 24
613,033 613,033 00000000000000000000f1d0c2081dd6dbc8c31089e16ee9808c4e4204deb444 1.46 MB 3,082 30
613,032 613,032 00000000000000000006b39d8f412b98b0b132a936c7837caf09a1b135c1be11 1.27 MB 2,878 42
613,031 613,031 00000000000000000006ce64d413883a1b4803a313886742f8eeda2eca77f4c9 1.39 MB 3,229 36
Previous 10 blocks ↓
Total Size: 686.55 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,477.98 GB sent, 115.46 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.