Loading Tool

Explorer IconExplorer

Memory Pool

38,647 transactions
27.37 vMB
0.07059384 BTC
Random Selection Loading Transactions
Max Size: 139.53/200 MB

Candidate Block

Mining Attempt 1a882a7afc8cf7839cc22b280184491760c53fd1dcd0650a05e4de575a71c56e
Version 20000000
Previous Block 0000000000000000000122e994986e001234b69b994883ffdfdd29f98dd03e31
Merkle Root 87220095edd158dd1537bc8c429b39f6d20f4268801384d2b9d475f84da18d40
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,567
Size: 1.00 vMB
Total Fees: 0.01833854 BTC
Feerates: 101.65 > 1.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,639 (207,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,111 707,111 0000000000000000000c7f2aad3b2b9d36ceebdd0aea7a40d55f21eff6043354 3,142 1.00/1.00 vMB 8
707,110 707,110 00000000000000000006e4925dfb8b674b6d9501f9ba897fbedeb22e94797a70 3,193 1.00/1.00 vMB 9
707,109 707,109 0000000000000000000d221074ea49e6440376c5754bf6752d4c79d68d9e70e3 3,123 1.00/1.00 vMB 4
707,108 707,108 0000000000000000000d76d14cf89c3e51fde20de59661e08771e5cc14a34912 2,776 1.00/1.00 vMB 23
707,107 707,107 0000000000000000000bc8db227ebdcc6e25af1adb45c3d404eb57daa8970ca2 2,367 1.00/1.00 vMB 9
707,106 707,106 0000000000000000000bcca9211da11e805cc5ddd22f8ea116c8f552ed09f9fc 2,096 0.93/1.00 vMB 8
707,105 707,105 000000000000000000093e49f6ac53cacd7dda3e8672e5f713e4ccac6d2f5cdf 2,660 0.92/1.00 vMB 10
707,104 707,104 000000000000000000069d4bb6e0e4b56e0ec6e79ffd15bb15475df879f6ec91 1,174 0.37/1.00 vMB 3
707,103 707,103 000000000000000000025d4df57be60405e83422814d7558853346bf8b83848c 2,139 1.00/1.00 vMB 16
707,102 707,102 0000000000000000000a7e3d613f4c9557fb61c5e491f48dc1fbed47fc58f66b 798 0.44/1.00 vMB 5
707,101 707,101 0000000000000000000255c53fe26a25ef3b1a720b92f94f35c543a9bd4b84a9 2,302 1.00/1.00 vMB 8
707,100 707,100 000000000000000000047f15cacc9c28ad28a9d86413c73253062eef252eca28 2,726 1.00/1.00 vMB 2
707,099 707,099 000000000000000000001bf154cabd5965063e1895facf62b9fd939f507c025f 3,095 1.00/1.00 vMB 9
707,098 707,098 00000000000000000009cb0af2695793901403ae7be837578a47e858c37e8f0b 2,524 1.00/1.00 vMB 18
707,097 707,097 00000000000000000001e969058550230c917546bb03f1fdfabd52c52f5d7062 1,265 1.00/1.00 vMB 5
707,096 707,096 000000000000000000024232d0a7d5477f688416fbe22cfe7ed16cf5f81b2180 2,126 1.00/1.00 vMB 8
707,095 707,095 000000000000000000038d61ffe2409d25e3dab44dbef5bcfc251394472adf13 3,083 1.00/1.00 vMB 7
707,094 707,094 000000000000000000035b4905bb6980360d40ec3a6996e10980e9d140451caf 2,531 1.00/1.00 vMB 12
707,093 707,093 0000000000000000000d35653dbef1cb4e0a5ad0d3f22c268a360805ece5d068 3,365 1.00/1.00 vMB 15
707,092 707,092 00000000000000000006d646e14c071cb6ce38e9e1bcf52ad4fb021aa6992e1a 1,155 0.34/1.00 vMB 10
707,091 707,091 000000000000000000040703355a9bf0c1484fe26f2fdf782d186118cb61eb34 2,904 0.98/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.75 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: 631.38 GB
    • Received: 12.06 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.