Memory Pool Memory Pool Refreshing

7,478 transactions
5.04 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,241 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,761 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,240 (860,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,151 48,151 0000000029c7a2859bcf2b35cfc75851967f78d2f3ce0b2de127c30337051a79 0.00 MB 1 0
48,150 48,150 0000000007c2f202268a642a0e56ffd9189719c53d80afe165d155890b71c334 0.00 MB 1 0
48,149 48,149 000000003034418d1640743bbf81a1f1b778abe9f302c5d813818e5e7aabd683 0.00 MB 1 0
48,148 48,148 00000000094c6571789710a7344523843293e84dc8145fe3b37067e202961da0 0.00 MB 1 0
48,147 48,147 0000000027c9142b3151aac16ad6c2014f1f15be5da74f132f00d0fe7a6b1216 0.00 MB 1 0
48,146 48,146 000000000afaafb088edcae60d2a020d57e447d654304c161e55d18e8e0a581d 0.00 MB 1 0
48,145 48,145 0000000004e414152693e11483e1a53e21763c1f357712cc95216acf318ad570 0.00 MB 1 0
48,144 48,144 000000002ff1295ae2019b193cd557efbcfc0b3d9bf56dc9bcbb63b82b634446 0.00 MB 2 0
48,143 48,143 00000000066a2e39b755f21c1b9a8f3a1862259fd9b6f8dd177ceb874dca0ff4 0.00 MB 1 0
48,142 48,142 00000000369438231c342be3d5fb07ce5cca036c38894e2520e345f42a5e77cd 0.00 MB 1 0
48,141 48,141 000000000da9b5d29db9a702d822acbcc1bd12f8300770aada37b320e802941e 0.00 MB 1 0
48,140 48,140 0000000027a1450f778fb1510fb41102badc1e6fc0d2a94beaba49619d955833 0.00 MB 1 0
48,139 48,139 000000000532b7b35b96a0ec058d32e3b19245fc27f1c176515251c28000ec4b 0.00 MB 1 0
48,138 48,138 00000000116a7bd189b8a1fe8d89faea60e14195e870e991c3d2d4312e98d4d1 0.00 MB 1 0
48,137 48,137 000000000e26186f2dc5c07537c10a81effc81f5459a1a441ed4a4f4515413b3 0.00 MB 1 0
48,136 48,136 000000003680b6385b4b7a724473fef44177a3eacec66f0e2cadd85f76fe8724 0.00 MB 1 0
48,135 48,135 000000000ec955db1b3137ff05423f3c0fd39b06f930d9ea6afc769cda8c55c8 0.00 MB 1 0
48,134 48,134 0000000024cda0792cf99a808ad9b42f86b14ba8f88a34980450eb02bd43f3d3 0.00 MB 1 0
48,133 48,133 000000002f36279f1a1aea49f4007d80079b73a2bbc64ec8c2ff813b7ba619d7 0.00 MB 3 0
48,132 48,132 00000000167d29f4ab0099073633b1d9ffb050f136e1e293561fb8d2c6c82105 0.00 MB 1 0
48,131 48,131 0000000019d5b8d37afc7acf5a8aa0d69ce264f6282740d043534c50d5b26ba8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.04 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,688.58 GB sent, 97.88 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.