Loading Tool

Explorer IconExplorer

Memory Pool

79,320 transactions
29.46 vMB
0.09106458 BTC
Random Selection Loading Transactions
Max Size: 178.27/200 MB

Candidate Block

Mining Attempt 3991345ed7dc8f9f6215a88b020363bcd26ff840122825af4766ba139354680e
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 1613126750cba9c38f9ae349ff032aea8ff751e3e9900a0843473c69835429e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,870
Size: 1.00 vMB
Total Fees: 0.02920700 BTC
Feerates: 301.60 > 2.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (410,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,954 504,954 0000000000000000001d5db7029cb83ca752d353dd9fa8e3e93220b4e48a184d 1,489 1.00/1.00 vMB 417
504,953 504,953 000000000000000000734fa746d33f8abcc2493baf208c7f6eae668cd74910f2 2,307 1.00/1.00 vMB 497
504,952 504,952 00000000000000000033a9758f74dd1c027e96d5be10f2e68dbda63feb9c7a94 293 1.00/1.00 vMB 141
504,951 504,951 0000000000000000001f940b4e4b923a95a6bc597ac4084df7c34665de2b08e2 128 1.00/1.00 vMB 111
504,950 504,950 0000000000000000005fd3cf4ba6b03e2f4785e9e113c49eedfac0a192e845f3 1,356 1.00/1.00 vMB 177
504,949 504,949 0000000000000000001da4848f9bf6153be7e42de7b5756d4c261ad0c27d01b6 2,445 1.00/1.00 vMB 491
504,948 504,948 00000000000000000051a08b9edd1f1477cba0265943c3c59e8b1f8cc4913832 498 1.00/1.00 vMB 157
504,947 504,947 0000000000000000007cb9f7fcc4ad2d8a1b9c9ca71d8432ed428462c7aac597 628 1.00/1.00 vMB 183
504,946 504,946 00000000000000000048009f66e218ea858877db666b05af92b70f7f28f463f9 2,040 1.00/1.00 vMB 372
504,945 504,945 00000000000000000021b7575a5ce56241d1245d82629f5e6b5b85f2da6f9cf7 1,688 1.00/1.00 vMB 126
504,944 504,944 0000000000000000005cd1a1e2b080faed79df50d704018194793a2ce51cfb61 1,479 1.00/1.00 vMB 236
504,943 504,943 0000000000000000006c3df7856140379718d07bf7535413901a7e7a5aa4595a 2,295 1.00/1.00 vMB 441
504,942 504,942 0000000000000000002df6edd1652ff761946c7949934f1e6336365fe1f3a8c1 1,825 1.00/1.00 vMB 394
504,941 504,941 0000000000000000000eb20724647ff37e5e4b90830636df726985a9b8b71e87 2,473 1.00/1.00 vMB 460
504,940 504,940 00000000000000000049ccf7d04c63bffa8ff21dc1b6de72800daf80eae0331f 1,900 1.00/1.00 vMB 395
504,939 504,939 000000000000000000776f56d55c4c53d5af113cde8ed4034e6be090314a0e2e 1,560 1.00/1.00 vMB 201
504,938 504,938 00000000000000000046f430ded5b611fca968681fb83b5bd8c40eb896b8af44 1,564 1.00/1.00 vMB 291
504,937 504,937 0000000000000000002d4dee568fe5270b320c6a10e635e7215cd8dc5228911c 2,230 1.00/1.00 vMB 495
504,936 504,936 000000000000000000796421bb62e45098f74e900c339c6da4386d263d29355e 2,439 1.00/1.00 vMB 444
504,935 504,935 0000000000000000002c49c6fe85bad75d7567c99c7fb7ca3d9f5f1bf36bc765 1,960 1.00/1.00 vMB 388
504,934 504,934 00000000000000000012ea5a2aac4ffef3fe40e5fbe4e9736123294d498366d8 1,680 1.00/1.00 vMB 242
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.