Loading Tool

Explorer IconExplorer

Memory Pool

84,637 transactions
32.75 vMB
0.08311794 BTC
Random Selection Loading Transactions
Max Size: 194.06/200 MB

Candidate Block

Mining Attempt 65212c4085d82f629e024a3aa3a2d865c1d14429d85a07b8e0dc0faf65f45ee0
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root aefa1e1e9b3ff0425e246c17c07a97deb20b47a2536f3fcad291fdf5cfb4b4b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,369
Size: 1.00 vMB
Total Fees: 0.01818956 BTC
Feerates: 120.64 > 1.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (598,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
316,919 316,919 000000000000000019f444bd2e698672a1d68f9c90e63d88a56cf5d16880968f 758 0.45/1.00 vMB 26
316,918 316,918 00000000000000000508d35743dd88fabe21661b11903795903f023ca08bcce9 362 0.20/1.00 vMB 28
316,917 316,917 00000000000000001c75ee7b33a44d89a119f246af7232fec5e9a615ab544e39 296 0.19/1.00 vMB 23
316,916 316,916 0000000000000000122eff84500384271fb83d3f6be0257ae1e57d02a9484dc2 254 0.16/1.00 vMB 25
316,915 316,915 0000000000000000103d3012fca2b2a1c04cdce2f08a0613e81d55225a308a43 150 0.11/1.00 vMB 28
316,914 316,914 00000000000000001d1f6aceecfa530e3fb4d8c0d91de3e4c90f0c1758b7a26e 263 0.19/1.00 vMB 22
316,913 316,913 0000000000000000261bd16f69076617dfcfa39664ba8befaf9b92d748a4e0f6 180 0.13/1.00 vMB 59
316,912 316,912 00000000000000002de1024e24f9bd7af640058cdf9904729876e48be1c101a1 418 0.27/1.00 vMB 22
316,911 316,911 0000000000000000156231ba73feac644886e110036e7aa0de45d5aece1ff85f 49 0.03/1.00 vMB 23
316,910 316,910 00000000000000001d5b2b07a08e17eea5fc8b6109a7236859df8efd0e40bb66 58 0.05/1.00 vMB 7
316,909 316,909 00000000000000002d8837e318dbf1add4a1c60eea3765b99626caa817bf2d9c 682 0.35/1.00 vMB 26
316,908 316,908 00000000000000002da28b9b56b2b213fa914219ce203749b0b22f8667677fd3 823 0.51/1.00 vMB 25
316,907 316,907 000000000000000011c150ae6d7a26b3542a594e9d8d864c4bc660e0d4a29945 1 0.00/1.00 vMB 0
316,906 316,906 000000000000000020bfc562aeaf58bbd6c542c5a6de1db707eca2ae3b7c9ba5 812 0.38/1.00 vMB 28
316,905 316,905 00000000000000001730d2f9833f2c2b824d551b56593d1aaeee2cf627dfb716 261 0.19/1.00 vMB 20
316,904 316,904 00000000000000001ee214f09b33e7e84956fdf1f972221e5f96250d44ea1746 135 0.11/1.00 vMB 17
316,903 316,903 000000000000000010f8807117d11bd08ec4413a1ae3a78b91627036860e7642 161 0.07/1.00 vMB 39
316,902 316,902 000000000000000004dd3beb7c0a220b2b40b64a9d422d552b6133dbfd6caccf 369 0.16/1.00 vMB 35
316,901 316,901 00000000000000000cbc069bc47c87db4264bc9d7edd598c39b33ee75858f293 595 0.40/1.00 vMB 25
316,900 316,900 00000000000000001a0f14fb5fcd45d907b196c726e65684cc0c6f69f6d3e466 190 0.24/1.00 vMB 14
316,899 316,899 00000000000000002180b5e77ff681c9a7f8583200d4e24b61bc7b2da0180fbe 1,262 0.74/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.