Memory Pool Memory Pool Refreshing

27,568 transactions
32.58 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,846 (397,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,783 465,783 000000000000000001254a67305d0e08ac070158373f461e36b72a7a1e0e1a6a 1.00 MB 2,465 256
465,782 465,782 000000000000000000f41fb362e34cd48f09075826f6abca27d6657fc8c19947 1.00 MB 2,000 277
465,781 465,781 0000000000000000006c89301940454c8ccb8f9299112a4e83d40004d3db2d78 1.00 MB 2,391 241
465,780 465,780 0000000000000000007e0f2a8c42a8ab7229c9a0f42bb165a8a780ca1b45cec1 1.00 MB 2,412 227
465,779 465,779 000000000000000000671568eae998df11c2ab31388633e354aa834ee0f687e1 1.00 MB 2,781 240
465,778 465,778 00000000000000000022e71f925c49214f8eff02a43da978221dff5bb85faddd 1.00 MB 2,362 362
465,777 465,777 0000000000000000003c9e8702bbb5da35bf38c7a7a78c6342101b3f84fcf1dd 1.00 MB 2,362 254
465,776 465,776 000000000000000001715fa645bb37751e2d822a7b80bc48719609bfe30fd6da 1.00 MB 2,462 227
465,775 465,775 00000000000000000034a19251d851057d1d0b3e33e622eaf807088b8be73bee 1.00 MB 2,918 297
465,774 465,774 00000000000000000132cbd61779221182c99711ef29f75b5060f4dfe2ac8167 1.00 MB 2,108 206
465,773 465,773 00000000000000000167da6b6c08c03c378dc6797431602a6b78a0dc6196c7a8 1.00 MB 2,338 203
465,772 465,772 000000000000000001d42e123324718af6267a04289225d0c8b1723ce2db5568 1.00 MB 2,555 206
465,771 465,771 000000000000000000773b25f0fd9904ec326c45efbb872af74874bac0b9ff92 1.00 MB 2,279 196
465,770 465,770 00000000000000000151d59c5f870bdcda23a9463bc0777c7bf7df3d2d1bcd02 1.00 MB 2,363 218
465,769 465,769 000000000000000001e4786d9291435c194900c25e8678e84c5168d2e3b52b8f 0.93 MB 2,676 195
465,768 465,768 00000000000000000064cb4af1a3e780cb83990f0b5c276b675a1cb6823b4614 1.00 MB 2,386 238
465,767 465,767 000000000000000000ec3bac88aa888d0ad56002f44e87ddef0aa71b8c2e250d 1.00 MB 1,783 213
465,766 465,766 000000000000000001d7c990b13ffde86cebb79215fc27e77ce7e20b5d4bbb30 1.00 MB 2,464 211
465,765 465,765 000000000000000000aef3ecd01efcb793e5b4930e04cf274c84f7714b5f602b 1.00 MB 1,641 179
465,764 465,764 0000000000000000008dae8a9a7a3307ea1a1733ae1c620c08f401517a150d8a 1.00 MB 2,127 233
465,763 465,763 00000000000000000145e8122aeaa0706b5d6a44ac6c35e97ae1bf506310b6c7 1.00 MB 2,548 275
Previous 10 blocks ↓
Total Size: 685.81 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,405.12 GB sent, 110.63 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.