Memory Pool Memory Pool Refreshing

4,063 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,475 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (207,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
700,620 700,620 0000000000000000000a05c2787c286467ec37e7c927f78f2c8c9cafe957f982 0.74 MB 1,311 5
700,619 700,619 0000000000000000000deb14cbe1c3aba4521036396e4aca12437bada0c8f8cd 1.43 MB 2,281 16
700,618 700,618 0000000000000000000e67bf3f23f659799241f43bd1732372c928c81fa15572 0.49 MB 705 10
700,617 700,617 00000000000000000005de206675da4aa8c3c89b177c5d6d7b37c0332b769039 0.85 MB 1,339 10
700,616 700,616 000000000000000000003f6c3e09191ead721aa7b79f883199af88126b50bd38 1.52 MB 2,192 10
700,615 700,615 0000000000000000000ade1cf66e06ccceccba2621fd3f8a57c303e1de55d71f 0.37 MB 641 12
700,614 700,614 00000000000000000005f51b499ef3adddb05b6e6b4086afef7027595ec9f121 1.14 MB 1,856 15
700,613 700,613 00000000000000000007da5d13ac2e41749870b16ccef3440b90900dc8db9bad 0.48 MB 458 1
700,612 700,612 00000000000000000000b590198581ea365e693877845dec1f1cf5169bcee08c 1.30 MB 1,431 7
700,611 700,611 0000000000000000000e8f0c950887a040246a16978b4420ee4bda208a0aac30 1.40 MB 1,649 19
700,610 700,610 0000000000000000000397ac86aa3e40460d66fda094179344bc457ab9c4b07c 1.49 MB 1,896 5
700,609 700,609 0000000000000000000ec60a684c34fe7e997bd16940d0daa9fe90615bce4b18 1.43 MB 2,094 28
700,608 700,608 00000000000000000008704b9f4a34407d12215d2e6394533404d73e7d6e3104 0.16 MB 358 16
700,607 700,607 0000000000000000000c201397305073c30a650fb56c93ef3fab9d97e090027a 0.88 MB 1,025 12
700,606 700,606 0000000000000000000e0d81bbf20da82bce82fb0d019fff7ac628c1578c4d6c 1.57 MB 1,676 5
700,605 700,605 000000000000000000056e962cea22010f193a15942ec8e582544c05931c93e7 1.42 MB 2,281 18
700,604 700,604 0000000000000000000ac4bcbb3aaee3a1f69fbd6f3add2fae8edb9c342b75f6 1.39 MB 2,604 15
700,603 700,603 0000000000000000000d01c2c3a0dcb9f21a2a21b44abc9200c600035c00607a 0.44 MB 652 13
700,602 700,602 0000000000000000000a4b790f6b4a8b690e702fcbc7d4ffc3a6da9e0cc5438b 0.16 MB 322 11
700,601 700,601 00000000000000000003026ef61928b5f20a89374d9ae32fbdb14454e7eca77c 0.31 MB 256 10
700,600 700,600 0000000000000000000920b3eb887e89a045e8c3944c8fa7440704a0d1ac9a51 0.76 MB 643 10
Previous 10 blocks ↓
Total Size: 769.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,651.22 GB sent, 95.87 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.