Memory Pool Memory Pool Refreshing

24,395 transactions
29.89 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,090 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 4,236 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,089 (1,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
860,520 860,520 0000000000000000000080eb2d51ea8facaa027caa681a0be27e5c07c44755a0 1.80 MB 5,127 3
860,519 860,519 000000000000000000023b479b0296c84bc14423873ba04a17955528f8481901 1.70 MB 4,384 4
860,518 860,518 00000000000000000002b37021da06459b16c190dc29e976b580019f8f9270d0 1.58 MB 7,247 2
860,517 860,517 00000000000000000002471ea14fa60bde50b4f817eec4d4d6c81db8bcd6707c 1.47 MB 4,622 4
860,516 860,516 00000000000000000000f6c5bc04122f9afbb8ceeea8677c2e1e5ca9e1619468 1.74 MB 4,427 4
860,515 860,515 00000000000000000002e0584c0d5faef78896aed9cd254047fe15a5733cd009 1.43 MB 5,950 2
860,514 860,514 000000000000000000011583bc573fc96069cfc934588dc8412ba8996f61c0a0 1.56 MB 2,476 3
860,513 860,513 00000000000000000000d22649f3bb67870d4e26325d30fdfc9aa4d9f70d439e 1.71 MB 4,397 6
860,512 860,512 000000000000000000004482d8c22ecb0bf386478e736613f1ee5668e9e7a9ac 1.59 MB 3,153 6
860,511 860,511 00000000000000000000e8b06b42d38e78d4a5f642f040f20205facb58a32923 1.56 MB 3,266 9
860,510 860,510 000000000000000000014c3e2c37e3a31b3ea26f7b7c99c49659f0dc8246c738 1.55 MB 5,653 3
860,509 860,509 000000000000000000029ce5b4b413a79e6d9ed0f2c62e75d873230d1c37aaf3 1.51 MB 7,168 2
860,508 860,508 0000000000000000000060f677c6cca78a0ffc0b5f74e6e5f8dab66df205b11b 1.56 MB 2,880 5
860,507 860,507 000000000000000000003b3fec39ab563289586a54b7a1ffe267294227ee7f1a 1.59 MB 6,462 3
860,506 860,506 000000000000000000014af593a0fd1c58c85e81698cdb5dd035450d2e4c85c9 1.80 MB 4,363 4
860,505 860,505 00000000000000000000d516b368bb6d2e4bba3fa593f1db3c9d98a0f30cc59a 1.75 MB 3,872 4
860,504 860,504 00000000000000000002c3c9e6229ac70c43395b4bc41f9c371698c44eb60480 1.62 MB 7,183 3
860,503 860,503 00000000000000000001411db2b8d2ff9296fca311bd31ee1b5abbc6a5bf653d 1.73 MB 6,146 4
860,502 860,502 0000000000000000000215addec415f698952d720f398f093fd4817f1b0d81a1 1.64 MB 5,258 3
860,501 860,501 00000000000000000000e156226064aa77a91871224b4cbbac7ce5cdc956b78d 1.78 MB 3,528 6
860,500 860,500 00000000000000000001e7b0ab8b89f056e6c733a8132634a0d8b68f4a47571b 1.65 MB 5,217 3
Previous 10 blocks ↓
Total Size: 684.33 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,335.10 GB sent, 100.54 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.