Loading Tool

Explorer IconExplorer

Memory Pool

81,091 transactions
29.80 vMB
0.10395199 BTC
Random Selection Loading Transactions
Max Size: 180.27/200 MB

Candidate Block

Mining Attempt d5b04794840d3db268357220ae86a7579eebf9634803a9f9d109d8c64f0aa7dd
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root ad0ef9121e91403f171efb0263e7ce1a472cbbf52c15e2a2111e2317bde98460
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,063
Size: 1.00 vMB
Total Fees: 0.03873509 BTC
Feerates: 146.36 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (356,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,265 558,265 00000000000000000023854f663ac5a05c09f76a6c1d5b1aaa7eee5df702afa4 1,907 0.65/1.00 vMB 21
558,264 558,264 0000000000000000002ec23ed2108941d831b0bc70240754546081bb52ac557a 410 0.54/1.00 vMB 2
558,263 558,263 0000000000000000000ef2f2b3fad2b960e2107cb1b78f6a00bab954460709a2 2,616 1.00/1.00 vMB 10
558,262 558,262 00000000000000000011a0ea63bf6c7a8cb096bd5f3d427e754eb3556ae74545 2,448 1.00/1.00 vMB 13
558,261 558,261 0000000000000000001ceb2359d101f743accfef33e0ec217afacb73a2e8360b 1,917 1.00/1.00 vMB 4
558,260 558,260 00000000000000000008e1103dd7fbf6106e546054428283e4546e4335fb5e3e 1,870 1.00/1.00 vMB 11
558,259 558,259 0000000000000000001267fcffafc5053de340112199749fdc639d5e116e2646 3,035 1.00/1.00 vMB 15
558,258 558,258 00000000000000000011a2532362cd88aa0e2b6f49a09bc5cc308170cca77c14 887 1.00/1.00 vMB 4
558,257 558,257 0000000000000000001c30f3ac05d35bd8bad1997c07e2d3f0f8a804c60b256c 2,141 1.00/1.00 vMB 13
558,256 558,256 0000000000000000001850eb1558007722300203183725904b95d13ff33b5a64 2,716 1.00/1.00 vMB 18
558,255 558,255 000000000000000000208d70bdf73ff4c36cc44f4f5c46861ae28ad8c036c4c7 2,779 1.00/1.00 vMB 11
558,254 558,254 0000000000000000002971e0d732dbbc5ecc986b315ee9520e3522deeb5babe6 1,806 1.00/1.00 vMB 6
558,253 558,253 000000000000000000305ba64e21af4f618772a0a4bc61386f234bde34c66c5e 3,377 1.00/1.00 vMB 21
558,252 558,252 000000000000000000108d842d760911cbce31896b44d0db1e4ec7dbd2a6a0be 3,300 1.00/1.00 vMB 32
558,251 558,251 0000000000000000000f3942c24631d8b25a55b050ecd1de77f0be65d1e9ec2f 2,836 1.00/1.00 vMB 6
558,250 558,250 000000000000000000012b2044b4b64db52852cd9e6da7ca3c27833dba7d6f75 2,859 1.00/1.00 vMB 11
558,249 558,249 0000000000000000000c40bbdc77ce955d947af1159c48a2af8c867e6e3ac454 3,126 1.00/1.00 vMB 8
558,248 558,248 00000000000000000007846766eeb230d64bd1b43d282316e1152782a2019c30 3,127 1.00/1.00 vMB 25
558,247 558,247 00000000000000000006b9466ef23423a14736672ef0ef93bdfb74db925fabee 3,225 1.00/1.00 vMB 25
558,246 558,246 000000000000000000051246e27eba671357ca113e191b69a6d3a6699ade4903 2,139 1.00/1.00 vMB 27
558,245 558,245 0000000000000000001388f0aeb098f469d0b74e5dd97f8f7ee31bf982b4c37a 2,966 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.