Memory Pool Memory Pool Refreshing

6,097 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,953 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (647,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,653 260,653 0000000000000012e1c4e15de63a555300d77e81a78b52828c6957a31fe16851 0.15 MB 222 73
260,652 260,652 0000000000000014d51e7e31f3c827e355f7854b7c940e761f0b6efe8c609974 0.15 MB 364 144
260,651 260,651 00000000000000187f758142e1ddb24eb3c478ce0b5505f3a7b0ded56aabe9f0 0.23 MB 597 138
260,650 260,650 00000000000000163b863cd7b64eb5ddcf05ca0cf56e5f3f9fc1b84e9d2c77a6 0.15 MB 250 92
260,649 260,649 0000000000000015394aaaa088ebe20f6e92c1dbee447638320e928c5e08990b 0.03 MB 64 34
260,648 260,648 000000000000001bda4c4ec818f8ccbcb66f7213c28cb8b0a3c679a51dd41289 0.15 MB 240 83
260,647 260,647 000000000000001a1941ae69939ec25acb21c279f6dd030f90b6bb1b1632db3a 0.26 MB 622 92
260,646 260,646 00000000000000095ffbb28c1ce58b8a47d2275833df7499fc325251e5961c99 0.10 MB 245 93
260,645 260,645 00000000000000063d665d5160c2bbb160e0c518f903a2c9cd457fa8ff7a560c 0.19 MB 452 105
260,644 260,644 000000000000001167ac53f012199fc926d1a8e3e8d39861d71c68428bb749fc 0.11 MB 256 101
260,643 260,643 000000000000000527cddd9c319f84bfb5378113cfaad2e855215d4cb5d401e0 0.17 MB 374 130
260,642 260,642 0000000000000012e876b3861e4d108f4a2c3bce06c09aaafc6b5d595f20af8a 0.04 MB 78 121
260,641 260,641 000000000000001303d852f37155bc29cbd191894821b7da065b1a4eb51d5db4 0.03 MB 80 82
260,640 260,640 000000000000000683af5c4d6fdd4faecab430de1c2fc4ceb864fd8b6d43728c 0.08 MB 225 116
260,639 260,639 00000000000000054d27238c16155933cd02b9f3115c836e413a6776d7be9780 0.18 MB 406 107
260,638 260,638 0000000000000007452e70333d22ce60bfd5bbf109130405a0f750d16e45d8e1 0.02 MB 59 103
260,637 260,637 0000000000000010bf73bf0ec4fd52655bf7891fc7335da5ab0ac9fb57f02f76 0.09 MB 223 93
260,636 260,636 0000000000000006b4cbbdf43ece2fe3a7cee1087791774332297d587730eb5d 0.27 MB 593 145
260,635 260,635 000000000000001450e78d66d92c54552e27a3aaf1f72cfa0c9b6fa8ac722dc2 0.01 MB 21 115
260,634 260,634 00000000000000198289af13be43016d641bc20f983b87dc3a0e73cce885a2f7 0.01 MB 37 115
260,633 260,633 000000000000000f942e8b699b7419b19efe32bc2cf82a916f62c37213590b8d 0.05 MB 111 141
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.