Loading Tool

Explorer IconExplorer

Memory Pool

73,351 transactions
27.10 vMB
0.06192178 BTC
Random Selection Loading Transactions
Max Size: 165.51/200 MB

Candidate Block

Mining Attempt 7b8d0b3c16574d9d7d30a56d2c7d4a8510d849a5a0ea8fec4767f4fedb2f069a
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root d073b325bd9b5ddba617b1f032f56e7035fd2678bbbe6a3472f23a98429f710c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,664
Size: 1.00 vMB
Total Fees: 0.00436737 BTC
Feerates: 40.21 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (63,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
851,568 851,568 000000000000000000024598f8a8f3ed52e7b58b14c61967e7a9295c96ded180 3,939 1.00/1.00 vMB 10
851,567 851,567 0000000000000000000066913377586600ef2e92f7950b8cd691a00d4ba80365 4,158 1.00/1.00 vMB 13
851,566 851,566 00000000000000000001e30644ab6de6ec7ea69add958c113df8897695dd8dfc 2,875 1.00/1.00 vMB 14
851,565 851,565 000000000000000000031e3200116cfacb732255a05faaa2dea1053f56c02ed1 3,431 1.00/1.00 vMB 30
851,564 851,564 00000000000000000002b0fae913319b1b23d3fb5a0d6f51a6fa90191a7d03e7 3,327 1.00/1.00 vMB 36
851,563 851,563 00000000000000000003509af203f00a74cada8024e017982fe9c499751f36de 4,159 1.00/1.00 vMB 15
851,562 851,562 000000000000000000004454f8d78be0dc5b786b7d9f0d7adcc6c6af8ace647a 6,269 1.00/1.00 vMB 14
851,561 851,561 00000000000000000001f21f9338f944f4b77c442921107f9e86be7de59ee008 5,337 1.00/1.00 vMB 17
851,560 851,560 000000000000000000029af3159ff940fc07b62ef50eb97f96e20e7bc8e5772b 4,119 1.00/1.00 vMB 29
851,559 851,559 00000000000000000001f02df7dbd9be9d15591c5e1c902fd981612db07b66f1 5,016 1.00/1.00 vMB 23
851,558 851,558 0000000000000000000262f5fb472e63d7003d6422dcb2ce645a9777cf240f7a 3,947 1.00/1.00 vMB 31
851,557 851,557 00000000000000000000c417d7bceaa1ef16c0cd1a34e5c85e7f465debd4a8be 4,334 1.00/1.00 vMB 47
851,556 851,556 0000000000000000000214bfa0a73e1cc7663917a933bfb1c66a6613f88dabdd 6,262 1.00/1.00 vMB 30
851,555 851,555 0000000000000000000197429c2830d344c19c869cc87b728d2f873b4ae7eb20 6,991 1.00/1.00 vMB 29
851,554 851,554 000000000000000000001ea0ef478ec46a4c2f626d8864e99e2ac31112245700 6,177 1.00/1.00 vMB 33
851,553 851,553 00000000000000000002413ef765e06f4bb4ebf339f1424fb996976f36932f9a 6,968 1.00/1.00 vMB 36
851,552 851,552 000000000000000000013e1a4c11b5877572c619fc521ea82cf0efa8b4b5d875 7,032 1.00/1.00 vMB 41
851,551 851,551 00000000000000000002dd3a5110c0f138ae494cb628726fbc27c30d0e86f648 6,611 1.00/1.00 vMB 24
851,550 851,550 00000000000000000000ae0a7925a41d4811716ea47cf02f256c6892eeeee739 7,266 1.00/1.00 vMB 14
851,549 851,549 00000000000000000002216cd2c322fd44b9561f49effc2a5a93083418d64645 6,391 1.00/1.00 vMB 15
851,548 851,548 0000000000000000000268423b86ded929767759315d63082c844677ed454e8d 6,733 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.94 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: 714.89 GB
    • Received: 17.61 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.