Loading Tool

Explorer IconExplorer

Memory Pool

85,436 transactions
33.09 vMB
0.16129186 BTC
Random Selection Loading Transactions
Max Size: 197.03/200 MB

Candidate Block

Mining Attempt 2a8693e057669439fc1aba5f1477c57b06cbc516bbeb1de95c4b12c7dac9a691
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d2517c210d49d7888328005fcfc00f2189f527fd272adb6dae275c0010e44f1d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.04984767 BTC
Feerates: 318.30 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (491,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,091 424,091 0000000000000000035e7c0fc4cad2291271fc76ea4650f4bc3a0fa2012efaa4 1,796 1.00/1.00 vMB 67
424,090 424,090 0000000000000000018d34b0939b70c497bda003c488ef76cdb7bfdd37e33c3d 761 1.00/1.00 vMB 26
424,089 424,089 0000000000000000028cab28f04742a2244c467449a35cab69a7ffe01a4e3188 2,389 1.00/1.00 vMB 69
424,088 424,088 000000000000000000d2bc28ceccb19c62f2b120baf3f41ed6648f0e67714229 1,123 0.64/1.00 vMB 44
424,087 424,087 000000000000000001d508c98187d428cb249468bd1a1e8ccc36cd1ebcb17bd2 2,077 0.87/1.00 vMB 79
424,086 424,086 000000000000000003245f08e8e38667e4743fc809d8eea281c89bb37f96826d 2,158 1.00/1.00 vMB 72
424,085 424,085 00000000000000000024d85d66737ddd54ad325c8579ab727ba167567351f07d 247 0.12/1.00 vMB 68
424,084 424,084 0000000000000000054139b103b909f4d9c0459cd53e97b9b4e5e21d76498aa6 1,255 1.00/1.00 vMB 46
424,083 424,083 000000000000000002ebb25016c30370c09717c5d5f946add831d4ab1769b6d9 2,217 1.00/1.00 vMB 73
424,082 424,082 0000000000000000001ef06ac5d5cb54b21db45956f94b0e3b399eef8d71501d 2,005 0.91/1.00 vMB 67
424,081 424,081 000000000000000003e07e99f5d065d9ec44e7cb84f2b408e0dea387f4c958f2 685 1.00/1.00 vMB 33
424,080 424,080 0000000000000000056330c5b86251df6699fb67f30d88cb0db861e79683b8ee 1,338 1.00/1.00 vMB 46
424,079 424,079 000000000000000001d0cbe7dc8d30cae272289755f2f8fb36a5ad7b85295dbc 523 1.00/1.00 vMB 29
424,078 424,078 0000000000000000044af47decfce57c930366cd13a1cc9de48cd4417b8f97b2 1,921 1.00/1.00 vMB 59
424,077 424,077 0000000000000000045923dc2342ce6e22c00471aa1aacbb0d315db63034e955 1,773 1.00/1.00 vMB 41
424,076 424,076 000000000000000003d53ebaafc4bec92022984bc6e2e3e4dc97012dbee2a2e1 3,076 1.00/1.00 vMB 94
424,075 424,075 00000000000000000487c4c197fde89322719730244ae6a3bf5a933f4b0ab63e 308 0.58/1.00 vMB 30
424,074 424,074 000000000000000003fae911a39873df9e6149b8e45be230d9742c18d641c616 1,161 0.98/1.00 vMB 37
424,073 424,073 00000000000000000191b40cd04d8ce313d562ac488f91bb195029fd95d46751 193 0.76/1.00 vMB 12
424,072 424,072 000000000000000005383d0cc13c1df3a32b5f27c62b44f7aae702688f5658ba 1,653 0.99/1.00 vMB 43
424,071 424,071 000000000000000000a693f802a32862e29765e914abd286cc8b8e31f5627b97 15 0.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.