Loading Tool

Explorer IconExplorer

Memory Pool

83,994 transactions
31.80 vMB
0.09319445 BTC
Random Selection Loading Transactions
Max Size: 192.37/200 MB

Candidate Block

Mining Attempt 19e58e81da063806670be9f5a5d994146c01d733017a5fe6cd53298a44c2ace5
Version 20000000
Previous Block 00000000000000000001f05e8cc23d696cae40de9f163b230f36285173964d24
Merkle Root 965ceee950d00af41070c97e02551364d0403b3357176e5eab1a83c40ad0d4ea
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 762
Size: 1.00 vMB
Total Fees: 0.01850879 BTC
Feerates: 40.21 > 1.85 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,339 (438,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,793 476,793 000000000000000000177a8007d93c3119bba6a97db7fbc1861ba60c501c2252 1,352 1.00/1.00 vMB 146
476,792 476,792 0000000000000000013dac05021125dc5030e03e0d04498b04fa5705d58808fd 1,447 1.00/1.00 vMB 121
476,791 476,791 0000000000000000005937d0e07933794fab6d7db93e483256b8d4338bf8df85 1,981 1.00/1.00 vMB 204
476,790 476,790 0000000000000000006999cafa5e0c5f8fb29ce0ec58afefc3e12c3347124912 1 0.00/1.00 vMB 0
476,789 476,789 000000000000000000116a9bb7a32ce1e4367e1146d8b9192ad14045cd9f5a39 1,987 1.00/1.00 vMB 154
476,788 476,788 0000000000000000010005c1684bd277ef8f284f21076fd8ac72677e356677de 1,540 1.00/1.00 vMB 132
476,787 476,787 00000000000000000062d406f5a2beaff09ed14fff9e8f81392acef011ca9570 1,776 1.00/1.00 vMB 125
476,786 476,786 000000000000000000253bf4cc8d5fa4267493728d42323d4972a6c834365f5e 1,905 1.00/1.00 vMB 177
476,785 476,785 0000000000000000006dc9e5184e5ab6400d489489d643cc8133c2ee5455cf7a 1,930 1.00/1.00 vMB 136
476,784 476,784 000000000000000000b01b490a1c1f383e10feabefbe0afda46e185b42928ab5 1,669 1.00/1.00 vMB 116
476,783 476,783 000000000000000001251b10cbbd2693f56e38729e7134d97bbf91f2f94b1583 2,028 0.99/1.00 vMB 188
476,782 476,782 0000000000000000015bd45b2c9430f6e834ec66e7a8d2644451fdc5cb662cee 2,121 1.00/1.00 vMB 162
476,781 476,781 000000000000000000689b9d40984473cda5c0efa876115bcb0030d0e8767e92 1,978 1.00/1.00 vMB 178
476,780 476,780 0000000000000000014d230265235c063c0abf65e48737dd2b4619e3e4223cd7 2,186 1.00/1.00 vMB 178
476,779 476,779 00000000000000000009f813617a53d5c803f8355fcb062192c52aff14b2339a 2,310 1.00/1.00 vMB 240
476,778 476,778 00000000000000000021faf102b64637bdde0749e4bf6dc7e0705e3a589efb4b 1,660 1.00/1.00 vMB 150
476,777 476,777 00000000000000000038cdcc32a1adf97c331b199ee782a2314e0c750e6f3da6 2,096 1.00/1.00 vMB 203
476,776 476,776 0000000000000000012568ea3330aec8bc9c4e6c11406c5d9857dc2774e65b57 2,057 1.00/1.00 vMB 223
476,775 476,775 0000000000000000005d39be012e3d6bf60e5ac4f2d3ef8d272300fb3b9bbec9 2,147 1.00/1.00 vMB 177
476,774 476,774 0000000000000000007dfbd45fe803c83efa500178a6775770e04e6fdfc83e05 1,965 1.00/1.00 vMB 223
476,773 476,773 0000000000000000014962c860901fdfed0ff1a16806b3329b33c9f79289d755 2,490 1.00/1.00 vMB 279
Previous 10 blocks ↓
Total Size: 782.98 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: 716.41 GB
    • Received: 17.80 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.