Loading Tool

Explorer IconExplorer

Memory Pool

34,712 transactions
25.54 vMB
0.07097826 BTC
Random Selection Loading Transactions
Max Size: 130.01/200 MB

Candidate Block

Mining Attempt 01f3b36f525b60523621a4ed42d1a0e999b74092b857dde5397cf3860776ffdc
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root 8632ee6f34e5b2fe6cc04c391fb4fba6565540ebf31650e6ba1b137379261305
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,580
Size: 1.00 vMB
Total Fees: 0.02448249 BTC
Feerates: 151.12 > 2.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (424,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,819 489,819 000000000000000000e0c8769e0d8cfd1e04c5cd7197746881175dc3e92031a3 2,058 1.00/1.00 vMB 249
489,818 489,818 000000000000000000e72d26ef464604ccd6abda206248ec98448a2ba1da0c1a 2,713 0.94/1.00 vMB 78
489,817 489,817 000000000000000000de8c7cbc846f912f5fe593d787d4eb69b3ab6355f9045a 2,170 0.96/1.00 vMB 122
489,816 489,816 0000000000000000009ed58abaa486a33d4d8fa7b84250a68a503a3ac226b1a9 2,080 1.00/1.00 vMB 163
489,815 489,815 000000000000000000a7ef2a4c325bba5d8105c54c0fb3a3dea2ee34219ece4b 2,661 1.00/1.00 vMB 266
489,814 489,814 000000000000000000e0b9de3be09cbceb4612d2a1ba02bd5f4d104ed73ce390 1,840 1.00/1.00 vMB 134
489,813 489,813 0000000000000000001051cabab16e036815d003fbc4b0ef41e45e68719cba0b 1,730 0.96/1.00 vMB 125
489,812 489,812 00000000000000000073fee662b7d1ea4cc6e21cb6450cf5559610017e9b8eba 1,911 1.00/1.00 vMB 124
489,811 489,811 00000000000000000059f3764f2547c8c562991651e82545095a4953a1242df8 2,420 0.95/1.00 vMB 243
489,810 489,810 000000000000000000d39fb202a99cae8fbe8f40e237f9eabda97851027fd101 2,495 1.00/1.00 vMB 206
489,809 489,809 000000000000000000cadb2113c3c0ba33ab2c62e646296c952f5e97add298dc 2,622 1.00/1.00 vMB 250
489,808 489,808 00000000000000000043e7743ab57e9e1470f17d7421cbb2d95df779e01cc24e 2,386 1.00/1.00 vMB 183
489,807 489,807 00000000000000000003c8d913da48b5b47b370abe2c2dff316c9c363da15067 2,149 1.00/1.00 vMB 171
489,806 489,806 000000000000000000ca993166f1bbf854f36a3fe57606cc437467309f305703 2,570 1.00/1.00 vMB 218
489,805 489,805 0000000000000000003769d157be703e8fd6917e431729d2906827129f4a56b0 2,480 1.00/1.00 vMB 239
489,804 489,804 0000000000000000003897f6840626bc489d9541b68bc3f82850842c6dc7be8a 2,608 0.94/1.00 vMB 234
489,803 489,803 0000000000000000009005762f9c10d16bc88013b9280de78e318ec69e59b83b 2,212 1.00/1.00 vMB 225
489,802 489,802 000000000000000000dd90f552b55906955509af952eb117b8ffb62c6417a0fb 2,241 1.00/1.00 vMB 270
489,801 489,801 000000000000000000c8e8a23ebc7516791bd9d5edc2d80c6b341fdfca48e0e1 1,971 0.99/1.00 vMB 272
489,800 489,800 0000000000000000004526e639a8b2a3f9878bfc7d512579c1fe54f299f2d37b 2,491 0.97/1.00 vMB 259
489,799 489,799 000000000000000000d93db6731c5aca1a221733fa23b88c7bcffbf509efd7a2 1,901 1.00/1.00 vMB 294
Previous 10 blocks ↓
Total Size: 781.84 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: 637.62 GB
    • Received: 12.43 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.