Loading Tool

Explorer IconExplorer

Memory Pool

10,645 transactions
3.68 vMB
0.00800905 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 22.62/200 MB

Candidate Block

Mining Attempt 331a71cc7b17f40433a861972b4d7a130b6dfb77f852be218fb452a2d39c2305
Version 20000000
Previous Block 000000000000000000005e48657bcfe345fc6b7394e4c436ca67b2ecba5b4fc1
Merkle Root 4838d015865339d4c3499b04168009efccff9b17414c6387c8ccbc1aec73fe02
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,902
Size: 1.00 vMB
Total Fees: 0.00413027 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,488 (779,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
134,447 134,447 0000000000000542444764145fc766e437577214c39ded8b4434846743d1a636 64 0.02 vMB 278
134,446 134,446 0000000000000a62e6d8aa5381f81e149de00c3e35b4ebb1c5fc424588026e9e 48 0.01 vMB 173
134,445 134,445 00000000000002fb604feccb75fbc566542f3f8e4eb722ad8014ccbc02d96b79 164 0.05 vMB 218
134,444 134,444 00000000000005b12ffd4cd315cd34ffd4a594f430ac814c91184a0d42d2b0fe 56 0.02 vMB 652
134,443 134,443 00000000000000864fbd7b764402080c7ec1a0cc6aa6d7db16c0302a1819f365 31 0.01 vMB 236
134,442 134,442 0000000000000bb689859c858ebb3cbe5dea83d2ffc792c5d7105660f3c92474 62 0.03 vMB 514
134,441 134,441 0000000000000ad27eae542c894d7285fea0d33486c6b6fc73a5922d6e558b02 89 0.03 vMB 0
134,440 134,440 000000000000074e87c643d7ceaa3d8a03c8c0e29524e4085b050d8337f5876e 116 0.05 vMB 626
134,439 134,439 00000000000008cd2003b3efd6f9b3273795e3ae4ace42a09fa3d018c793f230 26 0.01 vMB 56
134,438 134,438 00000000000003858f0e880ee378c57a163548527560dca83c57929de13ff3db 21 0.01 vMB 555
134,437 134,437 0000000000000b9cde01f12f3cfe12b30645e37f7d60f32bee23144ad67069da 53 0.03 vMB 236
134,436 134,436 00000000000002d7e893358c7e16c891c42eb80521efb752aafc397d33c2ccd4 62 0.03 vMB 459
134,435 134,435 000000000000093aeca51f23b82764416eafe9a2a31df11ab371fa23278a5efd 111 0.04 vMB 385
134,434 134,434 000000000000059bddc41edd94aa8e86983861640e9dfa475a5abd7ceff68ff2 14 0.00 vMB 821
134,433 134,433 0000000000000303b465b66af61490284aa1cde36c0ddd2c5cfc2dc831c24c62 72 0.02 vMB 158
134,432 134,432 000000000000075f9269dce1c8ee1c87e8e3160c2bf1b9abb838cbc044649791 42 0.02 vMB 631
134,431 134,431 0000000000000bdb0feef5b2203225efab1e1a5bbb03e09c4e5196b1b91f33c3 111 0.04 vMB 254
134,430 134,430 0000000000000b10b4898e2c408101423b8e49512a2ed3376d93a3ae949bcdad 154 0.05 vMB 395
134,429 134,429 000000000000033aa85cc1a6f46ca258f4321804a84640a74f28df1b8a6727b7 21 0.01 vMB 2,196
134,428 134,428 00000000000005f4fba363466120590f0ee2cdb751946d95a03a03bbd8c129b7 33 0.01 vMB 411
134,427 134,427 00000000000000189ef244748913500ee9ff25e7dba04d52b7af1085eb4d37d1 68 0.02 vMB 425
Previous 10 blocks ↓
Total Size: 779.71 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: 361.66 GB
    • Received: 1.73 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.