Loading Tool

Explorer IconExplorer

Memory Pool

36,261 transactions
18.96 vMB
0.04641672 BTC
Random Selection Loading Transactions
Max Size: 104.29/200 MB

Candidate Block

Mining Attempt 30d6a12f481fd1b01a38e793ca4e00aac88b0d37d684586be3ed89653600d01f
Version 20000000
Previous Block 00000000000000000000053bde71765c9590183ae913a827bfe994fd289319e6
Merkle Root fbae583002d555ecf96c988ea8c9d9c4ee12efeed458b2e42213f5e5c13a66ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,076
Size: 1.00 vMB
Total Fees: 0.00974653 BTC
Feerates: 104.71 > 0.98 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,884 (744,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
168,957 168,957 00000000000005b7c07fba6d70c76c3a2ed8d75f5f54799e68f281aaeb21a208 59 0.02/1.00 vMB 122
168,956 168,956 0000000000000b84762cf0e7075c2dc45f083c70a2e74f79fa504494a2ccdea0 33 0.01/1.00 vMB 74
168,955 168,955 00000000000002fc301cd18c1c4abf0ad9a1ee0c01527632a0f0b8a3f81d90e9 4 0.00/1.00 vMB 228
168,954 168,954 0000000000000263d65f921f095203e160f6ef072a84efb4453fed1071af0265 34 0.02/1.00 vMB 179
168,953 168,953 0000000000000965a9189a85f36f9e2bcb94c2adb060c751b0b8a3b2301e6c35 14 0.01/1.00 vMB 53
168,952 168,952 000000000000037765df939c84df065691b7da5a7ec462ef7c8425a8a8caba00 12 0.00/1.00 vMB 327
168,951 168,951 000000000000064b53342f1d3b857c7a4f683eec64c8f51327bc4f2fb619e569 110 0.04/1.00 vMB 6
168,950 168,950 00000000000008f1fa6dcff0150e398ec85480b34d83a62903ee8e18fff1b7a7 26 0.02/1.00 vMB 51
168,949 168,949 0000000000000082e667cf0f2f655de0c17aea6b4a4a68beccafa9b327655b06 149 0.07/1.00 vMB 156
168,948 168,948 0000000000000953006e6c7f64a6ebf0c387e53e2faa8e09f6c2ba7a6a95ae5a 76 0.05/1.00 vMB 8
168,947 168,947 00000000000006efb2f1adce98a6c88865b8aa8085b57e956f8cb0906c374ca5 106 0.05/1.00 vMB 131
168,946 168,946 000000000000082f17123ba1b5ab40c743439dba73172a58cd2bf430e6913cd1 53 0.04/1.00 vMB 71
168,945 168,945 000000000000066a990f3cb5e5d968b05de696035695e089cc42357c8c8298ca 79 0.03/1.00 vMB 38
168,944 168,944 00000000000001171f894b146d55503e2221bb2c4fbfac8d137ae9bae607f34d 157 0.07/1.00 vMB 118
168,943 168,943 000000000000090c9336777f111c721fe774e2c9abfd6ddb2180b595c0fd1adc 8 0.00/1.00 vMB 353
168,942 168,942 000000000000066e9a4d3866b85814785bdb1494debef987f32170dff94ecf39 125 0.05/1.00 vMB 48
168,941 168,941 00000000000001d2e8f9036b54fc78e52f9caebc64467e8406f79cfe7fdaacb0 9 0.00/1.00 vMB 1,433
168,940 168,940 0000000000000300ad298f0453df231cb9fc474315a9ab35080753bc5ff96fb6 12 0.00/1.00 vMB 630
168,939 168,939 00000000000003b426a31732feecbd4cf06b8c67f7fe78fa9a145ea9500dba74 10 0.00/1.00 vMB 34
168,938 168,938 00000000000001720f8b4c96d6c27abdeb87a7c19f276d66c4978b5a5c459087 60 0.03/1.00 vMB 205
168,937 168,937 000000000000004e1bc5da9b9d1915952674d8605aa9df74b495e598c1d41f25 13 0.01/1.00 vMB 326
Previous 10 blocks ↓
Total Size: 780.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 525.42 GB
    • Received: 5.20 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.