Loading Tool

Explorer IconExplorer

Memory Pool

82,490 transactions
31.19 vMB
0.10193620 BTC
Random Selection Loading Transactions
Max Size: 189.99/200 MB

Candidate Block

Mining Attempt 5e0f4c5905ce2020f56a5d36098f8d5ebce924fc34645d53c5e909d6b29c9400
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 508929b1f17b9b7ff17b8d46126b7e930dce7661d3754d7223494a8628a4d923
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,934
Size: 1.00 vMB
Total Fees: 0.02668676 BTC
Feerates: 151.12 > 2.67 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (636,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
278,964 278,964 00000000000000013acf6d75dc32ccd89eeddb9552dda922790d7c286a85bf6c 60 0.04/1.00 vMB 10
278,963 278,963 00000000000000027f84ded2b71702fbed473cc0a69f378f757e6b0e8a8fae4a 139 0.37/1.00 vMB 15
278,962 278,962 00000000000000019cc5b7a9342bd1bf9a5585c991a56d9209c8652ac0c9ebff 671 0.50/1.00 vMB 31
278,961 278,961 00000000000000022b2fb9ef3011b88d9195b6ca967c9bf1b0391b3cb2abd71f 574 0.25/1.00 vMB 49
278,960 278,960 000000000000000009bc28e08b41a74801c5878bf87978c2486aee7ed8a85778 1,103 0.50/1.00 vMB 53
278,959 278,959 0000000000000000f7d7b35dbc3d750166fe3b9c45e24a25dbed93fb4a28bf2f 529 0.50/1.00 vMB 22
278,958 278,958 0000000000000000ed8a5f31656bafca5d17254dd99d8226ccbfc1a06d96d1e5 704 0.25/1.00 vMB 61
278,957 278,957 00000000000000004ecb9e17fc336ffd8d1fdd1c074a2e6c69d023c68f0aa3bb 656 0.25/1.00 vMB 82
278,956 278,956 0000000000000001d8b6259a52fd4b77188209f972e2a3d525887b30925c2ed2 1,070 0.50/1.00 vMB 28
278,955 278,955 0000000000000002187764739ec539352101f8b923da3aab2a2938bd8af5c359 654 0.25/1.00 vMB 64
278,954 278,954 000000000000000260cb9281929e4ac48bb06ba2a4a9206f32aee058eebe34a9 754 0.25/1.00 vMB 96
278,953 278,953 000000000000000136fc126b76180a9be32fd1c40b8ac83462b980f3ff358664 312 0.16/1.00 vMB 13
278,952 278,952 0000000000000001ece72f4ad792f0506d874ecbe8da82a9cb10dad58e661a37 153 0.15/1.00 vMB 22
278,951 278,951 0000000000000002a4f7b442e7464baefde66b1c2adf22670c5530f001c4039d 551 0.50/1.00 vMB 31
278,950 278,950 00000000000000017df763abee1294c073102f480ea03f75ed746e2a3bfb446c 505 0.22/1.00 vMB 44
278,949 278,949 00000000000000028abf2fc8644191196bfffe789f5c9854ffdc87d4f731c1a1 305 0.15/1.00 vMB 18
278,948 278,948 0000000000000000d245c4a2c85c34ef643a792f296e3a3262080f0b1b2bb7e0 294 0.13/1.00 vMB 39
278,947 278,947 0000000000000002959f81fe1caf1bdf7b19dce6c21cfd3013d6c1e16b967bf8 258 0.15/1.00 vMB 37
278,946 278,946 00000000000000002f7f54dd569df69c6acf1a10690d9b93b291bbbabfe69212 1,165 0.48/1.00 vMB 59
278,945 278,945 0000000000000001c5ba407f9e16f877abdc39e428d461e668077956f8c89db4 211 0.09/1.00 vMB 37
278,944 278,944 0000000000000000efb5bfab1b871959e6a43ffe975e70f8844a9bf6ae08a490 50 0.22/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.