Loading Tool

Explorer IconExplorer

Memory Pool

79,142 transactions
29.67 vMB
0.07641495 BTC
Random Selection Loading Transactions
Max Size: 178.26/200 MB

Candidate Block

Mining Attempt 69acc1faeaeab12d03fed3c2d4491629cc12c8a1799f6dea3803f12ea0f5843d
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 4495d1cf12e0285033b2e3e04654a6ef0e1c03fea29e8becd8fec2e935c0f0b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,976
Size: 1.00 vMB
Total Fees: 0.01606987 BTC
Feerates: 101.61 > 1.61 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (115,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,269 799,269 00000000000000000003deb35a491fdc7f2635e083bd1d6e3909d9f1db4cc762 3,246 1.00/1.00 vMB 18
799,268 799,268 000000000000000000002ffaad9b5d566489b9549a8a8b74a1b36cc3835bdc7c 1,843 1.00/1.00 vMB 9
799,267 799,267 0000000000000000000328964349a0d7ebbbadb6019da445613e42d678debb74 2,859 1.00/1.00 vMB 9
799,266 799,266 000000000000000000027cb45af23bef32fd0c3bfe783a3a89e148d559eca4c1 1,629 1.00/1.00 vMB 6
799,265 799,265 00000000000000000001583e03f63d7db52f3a0e3d030c7012de8411305cbfe5 2,041 1.00/1.00 vMB 12
799,264 799,264 000000000000000000037ef0746b5a8cdd13d542d3bca47e5a6126c5b7a1e6b7 2,341 1.00/1.00 vMB 14
799,263 799,263 000000000000000000024fe9c27eae2efc712be52f6e561f0b6f0d126071a731 997 1.00/1.00 vMB 12
799,262 799,262 00000000000000000003bc1e8f6beb8e74d3ee8ccd2a608269969130b4ac2301 2,694 1.00/1.00 vMB 22
799,261 799,261 00000000000000000000daef6cd180e2b266dcb1607f2e55ef3d11c391c43be5 3,571 1.00/1.00 vMB 15
799,260 799,260 0000000000000000000048b73825817f1d0323db2ea70479d6bd40f1def6b6d9 1,692 1.00/1.00 vMB 8
799,259 799,259 0000000000000000000102a97306139d4a0ac8becd603e3be14bed73a7010c64 2,137 1.00/1.00 vMB 11
799,258 799,258 000000000000000000021cc0b41edafe24299dcac1cdf6e8f84f59baeff9b7d8 2,691 1.00/1.00 vMB 12
799,257 799,257 00000000000000000004adf7e6f70975fadc121269c5086d682476da595807b3 3,097 1.00/1.00 vMB 18
799,256 799,256 00000000000000000002e4f0d4d678f891c6252e495be087bafc2ceb9ad8742d 3,525 1.00/1.00 vMB 15
799,255 799,255 000000000000000000017bdf0b6459b232db757825288fe586d98f3f25f97093 2,764 1.00/1.00 vMB 16
799,254 799,254 000000000000000000008bfd88e1f2855776eb4e13d557a0a5780938f3d0473a 3,438 1.00/1.00 vMB 24
799,253 799,253 0000000000000000000242130988b511d8fea842253278cf27e5375d6bb9bf08 2,753 1.00/1.00 vMB 18
799,252 799,252 0000000000000000000225bd836a01a4fbdd05d5578453234260e75c403fa5f2 3,066 1.00/1.00 vMB 33
799,251 799,251 000000000000000000014f3145f59303eb47daef88c43dfd3994523217ddaa1c 3,217 1.00/1.00 vMB 6
799,250 799,250 0000000000000000000184d6dfacb33f2a033a25ab1b42d23d53fccab2150568 2,641 1.00/1.00 vMB 8
799,249 799,249 00000000000000000003d7978e6a329697698634bb5734be713f0e2ac600f90f 3,254 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.