Memory Pool Memory Pool Refreshing

5,560 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,078 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,462 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,077 (859,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
48,130 48,130 0000000023dd6588ce270ec32ee8003538fd6d4413480f5844d5535dd4a90d01 0.00 MB 1 0
48,129 48,129 000000002a121c4a1c26ddaea22bf4073b8278ef45664a4926c74f270f00cfcd 0.00 MB 1 0
48,128 48,128 00000000262bd3fe58cb69c071b054bfb3c983cb701315c63e71269c058456c6 0.00 MB 1 0
48,127 48,127 0000000036c80c674a19b9d61e4260e8fa1e7bbcb13f8b4b3a78d957ba8107b7 0.00 MB 1 0
48,126 48,126 000000000758222d653ec034b57fbdcf07d2ec362c34c8c174c2f218958a5e95 0.00 MB 1 0
48,125 48,125 0000000008334f503ffb5875a8317a9f13cee316c942535c1d30e5960fb82e84 0.00 MB 1 0
48,124 48,124 0000000021a93d1b88eb8a9ce469854f947334f00d53141d7a7813cc4d056a8b 0.00 MB 1 0
48,123 48,123 0000000020fa9b1dd98f1a21b56736cbed2d731ce27c6d927121ab75408cbe78 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.69 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,655.92 GB sent, 96.34 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.