Loading Tool

Explorer IconExplorer

Memory Pool

75,370 transactions
27.89 vMB
0.08260329 BTC
Random Selection Loading Transactions
Max Size: 169.71/200 MB

Candidate Block

Mining Attempt f38bd95bbd8654b5fccd7b7faa865327d9dfe0fbaec8dc7e1369875814420b0d
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 0b24a7eaac5345585c94e59f00e0dc726dfcf25b5a47916d931ffe66b3107ba1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,382
Size: 1.00 vMB
Total Fees: 0.02276799 BTC
Feerates: 100.21 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (500,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,232 415,232 00000000000000000349df12bee72b510a728f252120d97fce182b1d923e1e30 1,908 1.00/1.00 vMB 32
415,231 415,231 0000000000000000034decb41c4938b711f89812a67d694ad80c77e3371e1f2b 2,398 0.99/1.00 vMB 46
415,230 415,230 00000000000000000403963160994ae05ec8b554d8ec577674e59209f0f62960 1,869 1.00/1.00 vMB 40
415,229 415,229 0000000000000000004dcaf03065428c06dc31c5bdce00398a654169b57504d8 3,418 1.00/1.00 vMB 64
415,228 415,228 000000000000000000a598cc458082808ff672c4cc8f0cb33d20924f4d43eab2 2,848 1.00/1.00 vMB 61
415,227 415,227 0000000000000000019c0af6446cc24315d5116bb988f2e739154bb4de18b350 3,238 1.00/1.00 vMB 92
415,226 415,226 0000000000000000055344269a2ca2f8dd9235ceb86f42ac5e90cdac0278b64f 1,125 0.99/1.00 vMB 22
415,225 415,225 000000000000000001c84f084211e9b63fa7d86e92a15313a15fa757e81c1e44 2,559 1.00/1.00 vMB 57
415,224 415,224 000000000000000002a102546bf0fa911ef12db3cdd3a2ae81f335b462e17c12 1 0.00/1.00 vMB 0
415,223 415,223 00000000000000000339147f6f0b1aa83d8636941c3650dfaa078c496ef4c5be 7 0.00/1.00 vMB 223
415,222 415,222 0000000000000000035d7569f67f10b7bdd917358579dbdef33b994021d1c163 1,355 0.99/1.00 vMB 37
415,221 415,221 00000000000000000345d6249858b612cf0e9e56aea77fd23305b92ac717c35a 1,012 1.00/1.00 vMB 26
415,220 415,220 000000000000000002ae841aaf3f5a53aae5fd630e45a551bcbc83f8460c81a0 1,307 1.00/1.00 vMB 31
415,219 415,219 0000000000000000029432d78b6933beda77f23c9a1f7ea12e5eb865deb95812 996 0.48/1.00 vMB 48
415,218 415,218 000000000000000000f65277d3893f344bb41122f444d97c417b6acbf9711eb5 2,379 1.00/1.00 vMB 46
415,217 415,217 00000000000000000293dbe8f4e8044df21afd7efd1b7b762ac6f07d4ea2faae 1,689 1.00/1.00 vMB 35
415,216 415,216 000000000000000002d7af9f8d0fabb5ffdbabefb0dbaaa34024737c934460e3 2,011 1.00/1.00 vMB 41
415,215 415,215 00000000000000000275a4a25c14d5a943b9aa17f0d3835c1c3e85c9dfac4f06 2,295 1.00/1.00 vMB 35
415,214 415,214 0000000000000000044ec02e7aec0bf3fd6c569429c85e603376ca5003a3dccc 2,824 1.00/1.00 vMB 67
415,213 415,213 0000000000000000030614a716e10bc51953f0182fd29b3fd3e828b08bfe5e50 2,294 1.00/1.00 vMB 46
415,212 415,212 0000000000000000016051f620c8308d7369ee746114b05a3978305091809c9a 2,385 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.