Memory Pool Memory Pool Refreshing

810 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 809 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (717,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,804 189,804 00000000000000762fc4b39923f3cc123dfc520e142e419ffca2a099c07efb00 0.22 MB 559 124
189,803 189,803 000000000000065435344ff1c3f1c06c2c5648bea0d49428bcdeafaeac4c27d7 0.05 MB 138 107
189,802 189,802 00000000000005aac64f29d7a695b4e31c0cc1ba682d7ac8ddde9e7c45ae4442 0.09 MB 162 103
189,801 189,801 0000000000000772f953ad6367639ffcc960fe4a2efa2ece6a326151429e64d6 0.05 MB 92 81
189,800 189,800 00000000000001009c1d9bbb2f2ee10ebeaa5fcc8d23b9baa299538de32a566b 0.05 MB 200 35
189,799 189,799 00000000000003f24dbd09c3e3789818b5d7bdd03283e98db2feca449784a241 0.12 MB 237 115
189,798 189,798 0000000000000250814dfab2276897ba6bf0b293b6e89f6ebc6216ee259c6173 0.25 MB 504 113
189,797 189,797 00000000000008023fa9fe869af51e240510c3a2a3fb4605c6620c653dcc04c1 0.05 MB 135 86
189,796 189,796 000000000000024100487f3767c47f8ed711526b843ad002cc98ea9b97b15fc8 0.05 MB 106 295
189,795 189,795 00000000000006b34a33513bc9eb387c3868ad637f69263fd162799a2c6ce844 0.25 MB 420 102
189,794 189,794 00000000000004af0abd75edbff2ec57b4aef7d038f06d352c9b04deab4287c1 0.05 MB 108 48
189,793 189,793 00000000000007e2bfdfd1abc32dc643687590b87f1aa5d335599d26c8fc853f 0.03 MB 70 14
189,792 189,792 00000000000003b1f1eb7dbe76202aaf1bf879a1cb4b39dea8c1b0b8dc5a107d 0.17 MB 300 114
189,791 189,791 00000000000002bdf3e463e2c857892ce4e84444aac7a6d835b49347834247dc 0.32 MB 498 195
189,790 189,790 00000000000006b61eaf08371e041f46b29754f192a2adb80f9e261f6deb78e2 0.12 MB 32 7
189,789 189,789 00000000000008e6d48b12db3a17f1bc1fc041879f7400e11806f39917e8c67e 0.20 MB 456 125
189,788 189,788 00000000000003de05ca754395fdc75260d92c53dadfefdc532bc4fd919defef 0.28 MB 681 134
189,787 189,787 00000000000000c17c855eeec63210bb5b67789b6ecbbfc24109eefd0787d025 0.01 MB 32 58
189,786 189,786 00000000000001238536f4ee3ff22ca5da80583c2c9c4a6df93e96767478ffff 0.14 MB 284 107
189,785 189,785 0000000000000072dc8fe48b49a489257179f33b036513c64bfcb423162dcb32 0.00 MB 12 60
189,784 189,784 000000000000032657a0165985f8b2794173dea034e59de9165869bfe844dfae 0.17 MB 385 165
Previous 10 blocks ↓
Total Size: 769.14 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.16 GB sent, 93.60 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.