Loading Tool

Explorer IconExplorer

Memory Pool

79,877 transactions
29.49 vMB
0.09370906 BTC
Random Selection Loading Transactions
Max Size: 178.51/200 MB

Candidate Block

Mining Attempt 6fcfb746f4fa25f6e5688e699194ee74ad26e231d72087764143e0d31da6dd11
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root bb92c2a69e5b40434e0259671aa3db5ee40f4342e7b177b1d7e29389da62e660
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,087
Size: 1.00 vMB
Total Fees: 0.03099748 BTC
Feerates: 178.73 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (290,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,249 624,249 0000000000000000000d875444f88847d33c870995f13361da6014213b2b8c1c 2,668 1.00/1.00 vMB 14
624,248 624,248 000000000000000000133b4bafe7ec0f3ccc3505daf81f1492510c22fd325c18 2,751 1.00/1.00 vMB 19
624,247 624,247 00000000000000000000303c2e1b44983379fe4df2bdb0923aaba374b5d97fa9 3,200 1.00/1.00 vMB 23
624,246 624,246 000000000000000000046d53a4dd3df2db095532733413080dbc174a642aaf09 3,008 1.00/1.00 vMB 30
624,245 624,245 000000000000000000084a76ed4cf54eb03ec11b6fe3a169c7213aa6b0c450af 3,031 1.00/1.00 vMB 37
624,244 624,244 00000000000000000001d684548a122b045dd40c852b73c80eb3345ec73549ee 2,654 1.00/1.00 vMB 22
624,243 624,243 0000000000000000000f8eb959dc48aa99cec24b6e33c5a210f839b2f93a1c3c 2,646 1.00/1.00 vMB 27
624,242 624,242 000000000000000000089d782e84620c95c0c16af2fe1a1b2cd623ad1d26e3c1 3,031 1.00/1.00 vMB 36
624,241 624,241 0000000000000000000acd959c470ccb2f8c22ccbc24522a24655b02e127fdd8 2,928 1.00/1.00 vMB 21
624,240 624,240 000000000000000000051b999787a5925d7757705151bc3b95aae8c7909216d4 2,887 1.00/1.00 vMB 21
624,239 624,239 0000000000000000000788c8067c8691dae05c0ba823d681462df5723359c73d 2,871 1.00/1.00 vMB 25
624,238 624,238 0000000000000000001014928cf463442fa5077da86b1dc4f77a11475ed5e2f6 2,529 1.00/1.00 vMB 41
624,237 624,237 0000000000000000000f11fb4a1e976b5046acdbe40d516b6ec9d5052a8fe92d 2,769 1.00/1.00 vMB 48
624,236 624,236 0000000000000000001345a38161544353a8b9ab79101e22065c5a19f49f83fa 2,544 1.00/1.00 vMB 12
624,235 624,235 0000000000000000001406c39a818680790f260d995df861a6420675f0bebf87 2,406 1.00/1.00 vMB 20
624,234 624,234 0000000000000000000a55c511991a2081d47732f859f93235c42072dbddbafc 3,104 1.00/1.00 vMB 34
624,233 624,233 00000000000000000006c535470e04e4c95137e71d776080d2377b01aef6678b 2,428 1.00/1.00 vMB 25
624,232 624,232 0000000000000000000b3fc8ead00a20bc5fbd5a1e41a9052ed8d057441d1d44 2,261 1.00/1.00 vMB 23
624,231 624,231 0000000000000000001061d661362fa7acdb011ee86386bd8136b6ccb9d5a6b6 2,818 1.00/1.00 vMB 17
624,230 624,230 0000000000000000000a4d8732dfa3695f99942c8e1803061dc0fe1da6f49dd9 3,136 1.00/1.00 vMB 20
624,229 624,229 0000000000000000000d73f45d3cdd25bc11fc1a6514237d492d98efb783eb42 2,985 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 681.15 GB
    • Received: 16.44 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.