Loading Tool

Explorer IconExplorer

Memory Pool

38,874 transactions
27.42 vMB
0.06050769 BTC
Random Selection Loading Transactions
Max Size: 140.14/200 MB

Candidate Block

Mining Attempt bf590bb79674d4cd198714d95657b40046eb671adfafce11b00bec6be286c130
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 3dc9b14a1cb95746be2dc6561e9dfcd4f291ba0114c66dde3fc31c2a9830f35a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,970
Size: 1.00 vMB
Total Fees: 0.00824993 BTC
Feerates: 101.49 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (243,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,317 671,317 000000000000000000082adbfcd30138c68638f62142b28b358f458828162d02 2,787 1.00/1.00 vMB 115
671,316 671,316 0000000000000000000571997097eda61347cea9f14ca44a0f330d2af67eeb9f 2,615 1.00/1.00 vMB 126
671,315 671,315 000000000000000000011aedc6b413f12a1b2175bf2e1f79fa314198615f7293 2,945 1.00/1.00 vMB 147
671,314 671,314 0000000000000000000103fbd968fc6aa24bf83261595e8804faadc5d6b32abb 1,841 1.00/1.00 vMB 117
671,313 671,313 000000000000000000066abeaabac5611c7ad6ce0d2d635350b2c060c81da83b 2,851 1.00/1.00 vMB 139
671,312 671,312 000000000000000000097d28ccc4c08ff8d980e6c6caa5a4a017214aa3bac4d5 2,507 1.00/1.00 vMB 136
671,311 671,311 00000000000000000002944ac482e1f42d8d1f8f87bd7726055f7e7be735b7c6 2,639 1.00/1.00 vMB 122
671,310 671,310 00000000000000000003ec42e12445496c3b0905eb588ecc1b4c8be4282625f6 2,109 1.00/1.00 vMB 103
671,309 671,309 000000000000000000024bac03aeb81643159a72ded553cd7bfb433276fd1833 258 1.00/1.00 vMB 112
671,308 671,308 000000000000000000012bc7d9e632cdddfba20e3398a102932f32ca612a91f2 3,374 1.00/1.00 vMB 116
671,307 671,307 00000000000000000009abde87b152ae5488d8f5ce6ea4c832a7fdd232d6437e 2,516 1.00/1.00 vMB 123
671,306 671,306 0000000000000000000a4796e0316441367d13e1a8a454a05e80473bf299c7a7 3,138 1.00/1.00 vMB 130
671,305 671,305 0000000000000000000c021efb83cef15e412af2c128e3022ff46e3ccb830606 2,171 1.00/1.00 vMB 124
671,304 671,304 0000000000000000000955df1bb6397ba7e620cd7eb074bbd71ba3b1c956ef3e 3,034 1.00/1.00 vMB 122
671,303 671,303 000000000000000000044e2fd323f07e410e3aeda9660f63a61826b32857cceb 2,383 1.00/1.00 vMB 127
671,302 671,302 0000000000000000000a455f3220f7b965fbb91ab5b81706c133e6799e2d6683 2,528 1.00/1.00 vMB 141
671,301 671,301 00000000000000000001a68141a7272b6b3e46510c3f17ea3df6157454ba49da 3,106 1.00/1.00 vMB 145
671,300 671,300 00000000000000000008386a62edafaf803ef66212c79d7b3c5efd8e3ce8d77b 2,520 1.00/1.00 vMB 145
671,299 671,299 00000000000000000009ebba0b512edabad2911345a34b40d8e6dee24b92776d 2,697 1.00/1.00 vMB 134
671,298 671,298 00000000000000000009d6a620766d45205b0601555c5c2eb70cac532ae2cac1 3,003 1.00/1.00 vMB 120
671,297 671,297 0000000000000000000b1f1a3495a08d27717d5a43bd4546447dffdf19769d8c 2,972 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 781.76 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: 632.49 GB
    • Received: 12.12 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.