Loading Tool

Explorer IconExplorer

Memory Pool

80,117 transactions
29.69 vMB
0.07214319 BTC
Random Selection Loading Transactions
Max Size: 178.98/200 MB

Candidate Block

Mining Attempt a9e78a99c9dcc5869c16ed13fac0f55c7dd231e7a6a33733c76a1f94f445bd40
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 0c522cdf3ed7260cb7f9b7a72aad46753e251e7705a2e2a8c412bd3b925faa88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,772
Size: 1.00 vMB
Total Fees: 0.01161933 BTC
Feerates: 147.04 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (576,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
338,214 338,214 00000000000000000f832cf9736bb6dbdce1c0d113eacfad4400c71d82a065d6 459 0.19/1.00 vMB 34
338,213 338,213 00000000000000000cfb4025e5e255581410216aa83c53fd1dc049993ea111f4 1,132 0.50/1.00 vMB 30
338,212 338,212 00000000000000000a8be93c0b260c0e7bfcb20eb6951a96cdf87460b7664f6c 4 0.00/1.00 vMB 13
338,211 338,211 00000000000000000bf1dbf4d40c83a2991e450445a2fc5a74c289a8d2791a34 823 0.43/1.00 vMB 32
338,210 338,210 000000000000000003419c9529047b8cfa88ea3c38c239a92d2c8f3b8df920fa 1,502 0.75/1.00 vMB 28
338,209 338,209 00000000000000000e7923071950394a3ac3b75ae92b11764a16b9c442769240 118 0.10/1.00 vMB 11
338,208 338,208 0000000000000000053f4302214c5bba718a3680df951d159412bc3fee19f2dc 668 0.42/1.00 vMB 23
338,207 338,207 00000000000000001a3cc3d5adc241ddbf7cd205b86bbd1bf6b87acca7a7aaae 81 0.08/1.00 vMB 11
338,206 338,206 0000000000000000162ea15e51fc6a80915058b2f964ef7d0bd49d2231031cd2 442 0.22/1.00 vMB 26
338,205 338,205 000000000000000002f2c17f9938f495c79c9b86e9fef2cb16b86000e2867683 370 0.20/1.00 vMB 70
338,204 338,204 000000000000000011cca9d78556bffbb3c246887ef4e931e4584b37738cc4b2 348 0.15/1.00 vMB 26
338,203 338,203 00000000000000000f8f27efbddb05d3acb236c0204bd630f049365a152727f6 409 0.23/1.00 vMB 30
338,202 338,202 00000000000000000813b5e093ebb9dcb5e958611718e78a624b9eead2112dca 1,067 0.55/1.00 vMB 28
338,201 338,201 0000000000000000070e740307e35ad77a3dd9cd716430e74a5f6995aec7af92 379 0.21/1.00 vMB 21
338,200 338,200 000000000000000011dd819644593ba8a4e3afc2d0756c219b1c4a39ffb7b61d 830 0.45/1.00 vMB 24
338,199 338,199 000000000000000000d89688672fc5632a979a09fe15fb8e708a7996816458dc 1,623 0.91/1.00 vMB 24
338,198 338,198 00000000000000000790048becf700986b11ae4693523850e8e24c4f261cc435 991 0.69/1.00 vMB 18
338,197 338,197 00000000000000001450e215b08a8053f4367e37aedc5c7a685976cd847b00ae 812 0.70/1.00 vMB 16
338,196 338,196 000000000000000000b79e40caa8bbb48a8d5d2fc5378b6d5f0a568c1abc09f7 453 0.27/1.00 vMB 20
338,195 338,195 00000000000000000c191e7eec186ab758d1c400eacd4ee069fec2af1b85183a 757 0.54/1.00 vMB 20
338,194 338,194 000000000000000018c5c461f01d5c68fec774db75515e6b8f3cde4bd8079a8b 371 0.23/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.36 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: 662.84 GB
    • Received: 14.88 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.