Loading Tool

Explorer IconExplorer

Memory Pool

78,222 transactions
29.08 vMB
0.08062442 BTC
Random Selection Loading Transactions
Max Size: 175.98/200 MB

Candidate Block

Mining Attempt 8af3ad385b19f58524f5a4dcc1e06a229e04f28781de61bc99b347555c2d12b9
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 0ea5b3716f9600f747db3c25f6e9b0005461165102bfe9f1159c7eec15c65d0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.01989473 BTC
Feerates: 178.73 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (138,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,834 776,834 00000000000000000001ca3986e28ededa78840fdc105ae2e4a4ac15d1829902 2,202 1.00/1.00 vMB 16
776,833 776,833 00000000000000000005e2a240db7b045dd7c9f4b5eb77d7dc15141dd9e8a0ba 1,362 1.00/1.00 vMB 7
776,832 776,832 0000000000000000000384f6253dda4cb6354c175d008a6d2c16c3beaf1cdf26 2,326 1.00/1.00 vMB 20
776,831 776,831 00000000000000000004857e1da9503cfaf5bc5c45a91f09740a9dfdf3c3c462 1,880 1.00/1.00 vMB 6
776,830 776,830 0000000000000000000645fd1053c1745b0e9dd0139bcbf4bfcfeaedd2652164 2,693 1.00/1.00 vMB 16
776,829 776,829 000000000000000000063d76645f9dd6bf93ed9af73db94f9afdec9edc5e0489 1,512 1.00/1.00 vMB 10
776,828 776,828 000000000000000000026ca2b8e9e1ede3e520530b598e5e6bc4f72f6f190718 3,316 1.00/1.00 vMB 30
776,827 776,827 00000000000000000007201c8565cf249f7113a2638eaabc1e15e328d776bea5 1,572 1.00/1.00 vMB 13
776,826 776,826 00000000000000000001795d08a48312808dbdd2873bdf068f84e23e1da5ca84 3,119 1.00/1.00 vMB 23
776,825 776,825 00000000000000000003b7eaaf46b0f8ccfb9f3fe2a2458bea8fc47d8210366f 2,939 1.00/1.00 vMB 23
776,824 776,824 00000000000000000001f0158a913d00ec84d3bb0e84b6b2c3ac50445af1b40a 2,477 1.00/1.00 vMB 17
776,823 776,823 0000000000000000000276a5a63ecb919772d067fa27e37558eee36fd9258caf 2,134 1.00/1.00 vMB 16
776,822 776,822 000000000000000000051018b75e75582b68d4ccf1c226a9b3a3e7b542e73db1 813 1.00/1.00 vMB 6
776,821 776,821 0000000000000000000610cc7c965f6d10fbde4953fd3df5659a5164d9fb3d24 745 1.00/1.00 vMB 5
776,820 776,820 0000000000000000000691cb0856fa1cc04938c509413d31d773e1409b253b98 2,003 1.00/1.00 vMB 14
776,819 776,819 00000000000000000005b8cc422cf8700c57517e1d81317f430845ba431598ed 505 1.00/1.00 vMB 3
776,818 776,818 000000000000000000031c4eceed949b43e2dbd7d2ef90a2e5faa4af59f3d469 1,624 1.00/1.00 vMB 10
776,817 776,817 000000000000000000011313be8983202a078b862a3c9ba343dcfd296316a82d 2,698 1.00/1.00 vMB 18
776,816 776,816 00000000000000000002e36b34ed454cbe19bf5368191353feb290db0b68b6e8 1,601 1.00/1.00 vMB 11
776,815 776,815 000000000000000000060d3b3184d5941635c6fb681e5eb7368581d29c31656e 1,856 1.00/1.00 vMB 11
776,814 776,814 0000000000000000000297e2375864a1ee39cb847f7e5301437fc4710ad3f378 2,154 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.68 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: 677.67 GB
    • Received: 16.44 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.