Loading Tool

Explorer IconExplorer

Memory Pool

35,792 transactions
30.73 vMB
0.11407841 BTC
Random Selection Loading Transactions
Max Size: 151.11/200 MB

Candidate Block

Mining Attempt a8b10ff1af48f4e279d92236484cefc1a736ddcde785b801e20fe2f18e7190e7
Version 20000000
Previous Block 000000000000000000009693b17ea200edf3c32114bdfbfccc0b0206ed2f602e
Merkle Root d03a424e59b0bb3a0b4eb4e7b0bf3588da2994fefa94d685c69f96d6cc4af1c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,433
Size: 1.00 vMB
Total Fees: 0.05180659 BTC
Feerates: 101.66 > 5.19 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,355 (798,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,162 116,162 000000000000d4ea53af6a2e06fe0801ce8ed6da19c9dd127310fa599ddf7800 12 0.00/1.00 vMB 597
116,161 116,161 00000000000084b81a93082dfc312246b0958f04aa36c1c491e64dba770c70ed 20 0.01/1.00 vMB 1,131
116,160 116,160 000000000000f19f216fab7e2700e77fb27431043c1b646e8f35a190b364da45 11 0.00/1.00 vMB 694
116,159 116,159 000000000000c49b5b4272af89619db540ae3882d07d101442f5bb9df99a3762 12 0.00/1.00 vMB 341
116,158 116,158 0000000000001da756d1ccef98c2f718eec09bdecefec30cf056a4222d321c79 2 0.00/1.00 vMB 3,875
116,157 116,157 0000000000005e5af7b013771fec594d2d3410042e4177ab0185bd390038c4b9 12 0.00/1.00 vMB 337
116,156 116,156 0000000000006157496732f664cb4d16e7e46be7fc0c26385db72412af02da12 2 0.00/1.00 vMB 0
116,155 116,155 00000000000074cd0fc7e8383420c7bba9cc1f678f185c5cefbae1d9727cc126 7 0.00/1.00 vMB 0
116,154 116,154 000000000000d3d9b956cee8df1647dd7c8312488c8dc7b7fe3841c3e4ebf47a 8 0.00/1.00 vMB 525
116,153 116,153 0000000000008f5606865b7a0484c704d07c3ad4edd1db6e5f58e1f790269a5b 2 0.00/1.00 vMB 0
116,152 116,152 000000000000a399f8da64542ecb1c113646874d95aafd26cb63ee7e3adb342c 11 0.00/1.00 vMB 352
116,151 116,151 000000000000467b52a8d51f01e05e525d8ee3a8207c3f677ce51702205ddfa8 17 0.01/1.00 vMB 377
116,150 116,150 000000000000ca41a130a7824e7db46d708c494956e51a2852bc0cf018e04b49 2 0.00/1.00 vMB 0
116,149 116,149 0000000000003a31d65f96e3ad66db25da13fa07571be7d3370fe6023f793283 6 0.00/1.00 vMB 505
116,148 116,148 000000000000f1590c39a13fb8c11048420f1e58c2f7ec83519f552198796872 3 0.00/1.00 vMB 0
116,147 116,147 000000000000a7d2813991b87b9df95b56f63cb6cb83455df81840ad9a466562 9 0.00/1.00 vMB 0
116,146 116,146 00000000000046771aca0fb0a82b171670ffa82a53714f2d0d3f969495f9e7b3 11 0.00/1.00 vMB 313
116,145 116,145 00000000000079733c4d4a2b2f28f5732a3a69383d2dd81353f8f59bbd2650cf 13 0.00/1.00 vMB 1,194
116,144 116,144 0000000000001f891e64c80a27485d6c3a4e234fba323d48ebe46a62a05d64c9 9 0.00/1.00 vMB 650
116,143 116,143 000000000000c02402763cf5266b82b1a02f110f5f7b4f8a727bebfcc205f044 1 0.00/1.00 vMB 0
116,142 116,142 000000000000626b59ea881e319878731ce3a8f340e8ba033278f9fc1f4ce70e 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 588.78 GB
    • Received: 9.56 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.