Loading Tool

Explorer IconExplorer

Memory Pool

33,693 transactions
25.17 vMB
0.05236522 BTC
Random Selection Loading Transactions
Max Size: 127.87/200 MB

Candidate Block

Mining Attempt f4085c8ad3d94146de89872a54ba8292a327512d3e072e6ba2b03f84c7f11bf2
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 86b1c1f9f2c08db129210645b9eac0f612a0b6efda7959bb914a2932372fb52a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,556
Size: 1.00 vMB
Total Fees: 0.00695640 BTC
Feerates: 508.49 > 0.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (527,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,614 387,614 0000000000000000020175ec3c687d3c0430cc728aaaaedde0e87dd3d6e66faa 1,406 0.66/1.00 vMB 31
387,613 387,613 0000000000000000092d3f9fef85157000c2fea4d0cfe6b4358f7a07155160d8 1,109 0.52/1.00 vMB 35
387,612 387,612 000000000000000005f779adfa4274418574fccdc0a620e4befff26d2c8fc6f0 497 0.65/1.00 vMB 14
387,611 387,611 0000000000000000041cfc47b1061bbdcaa6907cc6e060cd0477150f678f1283 771 0.43/1.00 vMB 23
387,610 387,610 00000000000000000550db06592e9b4c0082e1ad15affcaa3e8f80397a2888ad 1 0.00/1.00 vMB 0
387,609 387,609 0000000000000000079930489e8a79f94a17df8301e1608eb2fe75a87dfd6828 1,195 1.00/1.00 vMB 17
387,608 387,608 000000000000000009f53f924f65f874a38450d0a85f8225354f948954a380c5 1,318 0.75/1.00 vMB 28
387,607 387,607 0000000000000000040740b587234e1eeecdfe761cb451f996d458d6e8782eee 1,265 0.99/1.00 vMB 19
387,606 387,606 0000000000000000036070a51acef02019d7a66a5e4a4553ad7966dba5bd7bb8 1,697 1.00/1.00 vMB 26
387,605 387,605 000000000000000007fa082c4944e0343ab0d4585bcccaf9536600185dfe38c5 1 0.00/1.00 vMB 0
387,604 387,604 0000000000000000079b2b8971b2ed55e3d436ab726926a21e6ac96164c338b4 1 0.00/1.00 vMB 0
387,603 387,603 00000000000000000214a83bf26a9473e102a1f4cfc6f7a328ac8c11af3ec8fe 814 0.36/1.00 vMB 28
387,602 387,602 000000000000000003c4ef31a85f441d65e2ba210a69e48caeda3f4e92e4933f 1,142 0.49/1.00 vMB 38
387,601 387,601 000000000000000003954ce28669629f96a80a1aea8e759dab49ba1748a369e4 917 0.39/1.00 vMB 34
387,600 387,600 000000000000000003b0983a40b52363e32758b1dfb5277884541b75ba9c07dc 1,342 0.75/1.00 vMB 25
387,599 387,599 00000000000000000891f61dba8837fa1ea4ef1d4e0ad7dc4047cd87ae893869 2,325 0.75/1.00 vMB 49
387,598 387,598 000000000000000006501c78b24ac383b441fa3908181572eb1a8f23f7161a5c 2 0.00/1.00 vMB 0
387,597 387,597 00000000000000000563fa7f0fcd7f60c4ea12ee2ef943aae1e7ae954efce9bf 288 0.20/1.00 vMB 25
387,596 387,596 00000000000000000a9d6e1b5a2f3da91db8474a0dbda226ba39e289116500e8 927 1.00/1.00 vMB 17
387,595 387,595 00000000000000000c1b83662fd73e8c37492224b98090921268f9f52a00aceb 1,454 0.93/1.00 vMB 25
387,594 387,594 00000000000000000b80bd76c4af5d337c08d48d982382ba94b736f4d9502515 1,456 0.51/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.