Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,362 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (669,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,710 238,710 0000000000000141258e5d17fb665acaf4e21e1b1cb2fd7946154c73dea8e0e9 0.25 MB 604 179
238,709 238,709 00000000000000f6380656bf81fda297819d835efd03415a47c1cf48806b0486 0.10 MB 302 29
238,708 238,708 0000000000000151e018a6ee44abb390f1f5ad4391549cb98bfd6217c18f7b91 0.25 MB 484 141
238,707 238,707 00000000000000a5fe45f1c53f0970394a33b6ad8c5ae88d913e50770345d41d 0.25 MB 652 195
238,706 238,706 0000000000000102dcccbade4f704c92adcbf7d15ec59be531f3b1fe5d4d3474 0.25 MB 824 261
238,705 238,705 0000000000000091c2ddae277186e8e46f0346831185b1ee57e6d58a68e02716 0.17 MB 272 128
238,704 238,704 00000000000000431ffbd519b783bc00dbf3cd7b3ad834eabccb687bbc020d80 0.12 MB 242 176
238,703 238,703 00000000000001368e2bea87447372318a182c5930fc9dc5431e63193331850f 0.03 MB 45 124
238,702 238,702 000000000000013713f998472d2c17e32e92d6e16e931231b688fd0e414ff1da 0.14 MB 271 168
238,701 238,701 000000000000006acac97826062257a82a19790f8d519f93332840599dac33f8 0.03 MB 75 114
238,700 238,700 000000000000004c5a35ca0b0f73dfb7145aaad241cee50740d0806303420393 0.10 MB 213 176
238,699 238,699 00000000000000ea06c3efb167a17ffb27e36e2fd76141ae21492a5e16a4021c 0.07 MB 146 146
238,698 238,698 00000000000000cd3391547d0866c874d784efb2e8db3f485b850d89b6d51a61 0.17 MB 366 166
238,697 238,697 00000000000001574743380b544dc1143b5f0ad3ba659b6a0b44e1ee574ff233 0.22 MB 475 163
238,696 238,696 000000000000014ae596864f4ddf8e5249bcc3c047c40eb202120dcb1f5d5c98 0.15 MB 246 137
238,695 238,695 00000000000000dc2894cbec05bbca52fd2ad57ff9c7e4223fc15690c41b8ef8 0.25 MB 280 69
238,694 238,694 000000000000015bc4b950725c0c2f9e4f7033961c39f2cb79309dc0a76066b4 0.25 MB 674 1,192
238,693 238,693 000000000000007caab579ea428df7f37328aee194f0ed662ec9e7f6d7438e59 0.08 MB 142 186
238,692 238,692 00000000000000fcfd4b41ee669cf75d2e5296ce083131b6c66ffcf08bff45f7 0.03 MB 53 112
238,691 238,691 000000000000009fbf3165b23a29c09c365bf6acb17e05aeaf799e8afd4bddd1 0.16 MB 314 149
238,690 238,690 0000000000000030d55ff08d2f45a276a2e5b68d948d68f7e0e12d915ea2fb6a 0.07 MB 131 127
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.