Loading Tool

Explorer IconExplorer

Memory Pool

81,342 transactions
29.88 vMB
0.10670454 BTC
Random Selection Loading Transactions
Max Size: 180.69/200 MB

Candidate Block

Mining Attempt 9d3fcb84e126710c2716c08889168a709811e6ad04fbb7c2c665d4defa1102cb
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 2c49cb7780715a6ecf175629a80c5bf27d6d7dc66ff5f17434d65284dfb72315
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,168
Size: 1.00 vMB
Total Fees: 0.04069555 BTC
Feerates: 146.36 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (364,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,466 550,466 0000000000000000001936cb92f66d3f8f258d374ec3d8fd555cfc01a9f178f2 2,817 1.00/1.00 vMB 9
550,465 550,465 00000000000000000006c721e6ec4a60920022a50b2b7e3e74431cc886046c66 2,937 1.00/1.00 vMB 24
550,464 550,464 0000000000000000001ae88d036dbc8e4a34763b3c682d159c8dc5ec8bda4741 1,795 1.00/1.00 vMB 10
550,463 550,463 00000000000000000004c478a416e4ee2819127dd5b214d9b3ac63c2ee33a8a3 2,220 1.00/1.00 vMB 4
550,462 550,462 00000000000000000003749e1a6fcb5ac92c3dc6a24a2c9890dd840b43f14313 2,978 1.00/1.00 vMB 15
550,461 550,461 0000000000000000000b640ba623e6321186a822b0e1643e7e3e28c0b6c5c3a6 2,018 1.00/1.00 vMB 11
550,460 550,460 00000000000000000010567d899c39c2aab3d6bc05dad8c3b8c57dd521690377 2,766 1.00/1.00 vMB 22
550,459 550,459 0000000000000000002045b6521f27b4d8abd043d3704e9f2721d8ae51f37454 3,191 1.00/1.00 vMB 41
550,458 550,458 0000000000000000000592ecb6fe7e682258e568964b2e588a71e20c5175895c 3,025 1.00/1.00 vMB 27
550,457 550,457 0000000000000000002397330ebfb6e9afa8d74826aa58b56b7322dab04f3bbc 2,346 1.00/1.00 vMB 43
550,456 550,456 0000000000000000000aa40597b25a5811eddea4683958d422689c1c1e9e918f 1,527 1.00/1.00 vMB 12
550,455 550,455 0000000000000000001b9e32f1570c51cd56b6308191ef9eb0e7283265f8c718 2,631 1.00/1.00 vMB 27
550,454 550,454 00000000000000000005ac07d6c1ac5972cc2d40cfc741d1365bad35a2ae2c3d 2,239 1.00/1.00 vMB 11
550,453 550,453 00000000000000000021c229e8b1bbc363435d007f7ddff1f97e9c3817662164 3,147 1.00/1.00 vMB 38
550,452 550,452 0000000000000000001338947765a3da9261917f1bf34a1a1e2e18fa688f3d50 2,192 1.00/1.00 vMB 22
550,451 550,451 00000000000000000008cc8c0c29a92ebbd80a6388c612cb3c63a8679d52dbc2 2,414 1.00/1.00 vMB 27
550,450 550,450 000000000000000000294866793624ea64d863c99b29ade89304364c76a72940 2,443 1.00/1.00 vMB 47
550,449 550,449 00000000000000000018c359f3554eab97b6fa7626e1a003144b85da46aa0dad 796 1.00/1.00 vMB 65
550,448 550,448 0000000000000000001f463c29e0f0d70370e47cec7f0657476288dded201905 469 0.18/1.00 vMB 14
550,447 550,447 0000000000000000001713139aa222e1c5ba9e68c1c82a62449b3b5849c1d824 976 0.48/1.00 vMB 12
550,446 550,446 00000000000000000015c4328de1aad554ea1d8966f7849c3b5cd4cf6235ba5c 2,463 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.