Loading Tool

Explorer IconExplorer

Memory Pool

76,381 transactions
28.33 vMB
0.09372366 BTC
Random Selection Loading Transactions
Max Size: 171.66/200 MB

Candidate Block

Mining Attempt 0025b83bfbdbd1b9ebec0d68fc4f43a0d026231b0405e15d82da92ddcc973078
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 537b842a9b264fb1d4b73a67874fb6d384a716f79a4669b05f9f66a975bc8f9c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,451
Size: 1.00 vMB
Total Fees: 0.03115322 BTC
Feerates: 150.80 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (61,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
854,167 854,167 00000000000000000000834afb551b034b7172f2328b42a211c565cc468be800 1,128 1.00/1.00 vMB 4
854,166 854,166 000000000000000000017906a9e5cd19d454b670bef1d9a99bcf40d6c04cbc9f 4,416 1.00/1.00 vMB 4
854,165 854,165 00000000000000000000e6cf93c544fdaaba856a4a5b800805b97b97f12cef99 2,086 1.00/1.00 vMB 5
854,164 854,164 0000000000000000000328424fa73d7c8e280c04d43ebea2d506fb41a44fac67 1,335 1.00/1.00 vMB 5
854,163 854,163 00000000000000000002a6f720a0abe972aa53238bfb1a28f3286cf17b8ae1de 828 1.00/1.00 vMB 4
854,162 854,162 000000000000000000016b2d8ae48c209d576d08bfed7680e02951268b4729b0 1,058 1.00/1.00 vMB 5
854,161 854,161 00000000000000000000838fd0ed35021efc681cf5f9e074f363eec65e10b7f3 1,406 1.00/1.00 vMB 24
854,160 854,160 00000000000000000000d5872c81ede05dbace839b4b22344ac0a114ae40c269 2,048 1.00/1.00 vMB 5
854,159 854,159 00000000000000000001b4d857c7e59661b348bc13e1ec5fa895073e3e75a191 1,505 1.00/1.00 vMB 8
854,158 854,158 0000000000000000000138af0ba3177b8a8764baa90e6321b192a4231be7fe4f 1,290 1.00/1.00 vMB 5
854,157 854,157 000000000000000000032a9ddbd4df04015fe1ec0644355db08c7e50efedde6d 519 1.00/1.00 vMB 4
854,156 854,156 00000000000000000002dbaa730d679ba9ffb2c9e2552c4d511d02f36d46536f 531 1.00/1.00 vMB 4
854,155 854,155 000000000000000000017d2a6821893be40d984be93e76ac6504765d41c0838d 1,748 1.00/1.00 vMB 6
854,154 854,154 0000000000000000000115cfac3e6799fdc254d09fa32b922de1dd937f67f6c8 455 1.00/1.00 vMB 4
854,153 854,153 0000000000000000000296346b80f8eadba52bceeb5d6da4c5ee14823f58a83b 2,270 1.00/1.00 vMB 4
854,152 854,152 00000000000000000002c1a839959849fc662c05dd31743ed3a894f8f48d7d35 1,575 1.00/1.00 vMB 19
854,151 854,151 00000000000000000001e5d0c149e06399b88fab1bd01256fdc310cb6d63639c 2,336 1.00/1.00 vMB 4
854,150 854,150 000000000000000000030213009b16cf3dd341f9121c6a8e476236cbcb0c5eaf 654 1.00/1.00 vMB 4
854,149 854,149 000000000000000000030285486205c0cb12602012f23f69f7677c6df41c9549 1,200 1.00/1.00 vMB 5
854,148 854,148 00000000000000000001946a5ce512c38fc821086a92f3d4b98c0b197e836e42 1,949 1.00/1.00 vMB 6
854,147 854,147 00000000000000000001f9b0e14e6a5511387b77b4880284cd779f1435fcb2f9 2,245 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.85 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: 712.62 GB
    • Received: 17.20 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.