Memory Pool Memory Pool Refreshing

13,502 transactions
25.09 vMB
Show Random Selection Loading Transactions
Max Size: 141/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,549 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,142 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,548 (392,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,557 471,557 00000000000000000068a8adc72fc41299105053e6059a3f6dcd2e0dc2fd2fcb 0.71 MB 1,661 282
471,556 471,556 0000000000000000009b7b9cfd79b8e50300cfc0d868bc91d7aa97f197e4ad86 1.00 MB 229 54
471,555 471,555 00000000000000000100269c14d28be7ad5958352894dbe4ec3e3bd5655fd077 1.00 MB 1,048 47
471,554 471,554 000000000000000000d3c34981044f8c2cc64962c30af9f4a37e0b12a44130d5 1.00 MB 2,517 261
471,553 471,553 000000000000000001443370600f1d7e14277ba7e11d8d04418d9f51d4a78a4d 1.00 MB 1,837 279
471,552 471,552 0000000000000000012c939dd17212eda161bbbf98fc5f1bafb74abf0147aac0 1.00 MB 2,304 312
471,551 471,551 000000000000000000dcbdc1731d65f96ec63d217964debe3b6794b39fa6089f 0.99 MB 2,343 293
471,550 471,550 00000000000000000110128237bfa4fa9b745a3b6d304581a63760a57b7f5a3e 1.00 MB 1,759 196
471,549 471,549 0000000000000000015b791c0c7b5c35ce7d80f524e3d03e9ab4302ed7dcc77e 1.00 MB 531 70
471,548 471,548 00000000000000000005871e75ca60627d0460f7ab74172596a924e4f7515aad 1.00 MB 1,301 186
471,547 471,547 000000000000000000aaf2d3ce8c02ae98ff09f14eeab1eda4a575569c0c2dd9 1.00 MB 1,540 128
471,546 471,546 000000000000000000398df8eab20af6fe0e51607f9a50370d11483cd9f7b776 1.00 MB 2,468 227
471,545 471,545 0000000000000000011adc6243e27662f60b8d987dd2a82153caf3f964581fef 1.00 MB 2,037 270
471,544 471,544 00000000000000000048bb0ce92a35767f80d739716256e149ea8877f6b04733 1.00 MB 2,354 327
471,543 471,543 0000000000000000009f241ffaa200cddc2caf04116bc7517ccf3036d8d5788c 1.00 MB 2,068 137
471,542 471,542 000000000000000001295d4d706b81418b67a9265e08712bacfa97b2283fbca3 0.99 MB 2,069 329
471,541 471,541 000000000000000000f7e460ae46f412bfe4f921baac8dcb694d33bc4d9582fc 0.99 MB 2,234 344
471,540 471,540 0000000000000000010135df1a821d2e1f8e3b41454f466055ab9f5ccdf66406 1.00 MB 2,115 151
471,539 471,539 00000000000000000058f87d9e73c407fa84c6e4fe3fa750173fdb42e5fd49fb 0.99 MB 1,916 323
471,538 471,538 0000000000000000015dbb9e6f36a2f68de46d92b4fee0e4513d5b4584af0f46 1.00 MB 2,424 350
471,537 471,537 0000000000000000011c2bd85db113ec6ff9a93603670531fe2aed394b100dc0 1.00 MB 1,508 78
Previous 10 blocks ↓
Total Size: 689.06 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,641.74 GB sent, 133.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.