Memory Pool Memory Pool Refreshing

21,500 transactions
28.34 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,283 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,895 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,282 (394,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
467,970 467,970 000000000000000000a6e45032919ce496ef0310dbac81847b44c1ee293c5949 1.00 MB 2,463 375
467,969 467,969 000000000000000001113e9085a8411d8394637e03a95e1d69e847cd371783a0 1.00 MB 2,457 403
467,968 467,968 0000000000000000014b1368e982e5d6568b27c7089741259b9ca7b21243af42 1.00 MB 2,611 271
467,967 467,967 0000000000000000007fd3bd16766595992573aca7a33fbaa24e6e03e75cb2f8 1.00 MB 2,545 419
467,966 467,966 00000000000000000050f673a31cb34fe8cc3341de8d0c37a8583261c07e5e63 1.00 MB 2,329 285
467,965 467,965 0000000000000000006d5dda2bb6fd946caeaae0577a4be48e16743ad695c199 1.00 MB 1,640 455
467,964 467,964 00000000000000000149338e04928cfa5949e016a90555d0f4569954103006b3 1.00 MB 2,405 361
467,963 467,963 000000000000000000ba5008dbcbd99d6a82f169599a0b4668f915751aaea0fe 1.00 MB 2,200 333
467,962 467,962 0000000000000000013c0e1af183fc21da78bd0777fd397a5b082b1ecc23df42 1.00 MB 2,428 315
467,961 467,961 0000000000000000005fb29471da62846b06fcc982cdd21ac8ae7fb235b691ac 1.00 MB 1,835 263
467,960 467,960 000000000000000001673383f4214935cd97784b9cc276cf01542476a4d0aa0d 1.00 MB 2,178 215
467,959 467,959 0000000000000000014079530b19688cc64d25161e223a66203b60e05b17bd8f 0.00 MB 1 0
467,958 467,958 00000000000000000063c15dc8c9dd053cd04c56e410226fddbba9837e607adc 1.00 MB 2,313 321
467,957 467,957 000000000000000000aef71d4b64f254760385a84c88cd348dd7eca327c9fd90 1.00 MB 2,325 311
467,956 467,956 00000000000000000140f643a8623cbfb1bac4c33a28af6dc6e9961b20a6e95a 1.00 MB 1,692 212
467,955 467,955 000000000000000001d40ad778235ff3463d8611ab627cd3fb7a1d859cf17e58 1.00 MB 1,767 248
467,954 467,954 0000000000000000005775794ec3d8c8576f659b7f782e5ba707fa94f6256e9e 1.00 MB 2,186 357
467,953 467,953 0000000000000000000ccc00c838405af59397fe634aab64f2d2aa4faf823a99 1.00 MB 2,427 293
467,952 467,952 000000000000000001b596ef0fbc50ef3bf16f0831cb60cfaa8973f6f416b292 1.00 MB 2,049 328
467,951 467,951 00000000000000000081c1c6f882a67d1333b1e545b57540f0703b99d6acef6f 0.75 MB 1,928 292
467,950 467,950 000000000000000001d4fdec994229dab54d46f9c4aff11e8a0c19b9d20c9d88 1.00 MB 2,024 286
Previous 10 blocks ↓
Total Size: 684.70 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,361.09 GB sent, 102.92 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.