Loading Tool

Explorer IconExplorer

Memory Pool

28,423 transactions
16.43 vMB
0.03626410 BTC
Random Selection Loading Transactions
Max Size: 88.20/200 MB

Candidate Block

Mining Attempt d4e95a368c84e987feb556ef7c4a881e65790465ea9faa32b6297de991598de0
Version 20000000
Previous Block 0000000000000000000110219f53958bef65f3b2008519288f2dbd855b2cb68f
Merkle Root 8e9518c818144d1a57c1aecf6cbab92611496c8bd1451e291157a176929c6963
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,021
Size: 1.00 vMB
Total Fees: 0.00622376 BTC
Feerates: 56.94 > 0.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,161 (585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,576 913,576 000000000000000000015c0e20f4580acd284504ea221646dda702c5bc06f2e8 1,537 0.41/1.00 vMB 1
913,575 913,575 000000000000000000002fd98a820e0f6d2d2618bdbefd8260deaa2417422c0b 3,565 1.00/1.00 vMB 3
913,574 913,574 0000000000000000000067f5b641202c998f0a82b15e69f99c1b9408c7ddde65 3,939 1.00/1.00 vMB 4
913,573 913,573 00000000000000000002017b3f431ec8e9d130f94b4940b3623533d08b0dea8d 5,072 1.00/1.00 vMB 0
913,572 913,572 000000000000000000004e46c309570dd2af5731ff285cbe534eaae56f5576b1 2,199 1.00/1.00 vMB 1
913,571 913,571 0000000000000000000195a68104ee529d5b0348ec84e5cd57be7531ca14ebf7 2,499 1.00/1.00 vMB 8
913,570 913,570 000000000000000000005753d95ed38016933464753c7523ca9df180e8b11790 3,683 1.00/1.00 vMB 1
913,569 913,569 00000000000000000001211307c0841a441bf8f5dc037f7907c0cd7b556c1630 3,215 1.00/1.00 vMB 4
913,568 913,568 000000000000000000000f90947a27ce4f53637046d919c82bc1a74ce491070e 5,831 1.00/1.00 vMB 1
913,567 913,567 00000000000000000000d3f4e5195ad8c9a7be58eafd281273ee95f83be78592 4,987 1.00/1.00 vMB 2
913,566 913,566 0000000000000000000197941bad20b897c775350b6fa0570ccf58719d66a8c5 7,345 1.00/1.00 vMB 0
913,565 913,565 00000000000000000001f6e550a3862d66e1c1e057a90e39f3d692d4c82a089c 5,923 1.00/1.00 vMB 1
913,564 913,564 00000000000000000001301767fdc1d95a58b3fa74809d6e3a3f9a7d8596467e 5,451 1.00/1.00 vMB 4
913,563 913,563 0000000000000000000206a432cc2ded4b2a989c2f7c6a93aad05b59aa8f67ab 3,212 1.00/1.00 vMB 4
913,562 913,562 00000000000000000001ee12819d961ef97d0b0e3251c02f526ad26c5957c9a3 6,564 1.00/1.00 vMB 0
913,561 913,561 000000000000000000006d6ceaf54c475dad3ee76350cfaae0a06e1c68d2ee67 7,157 1.00/1.00 vMB 0
913,560 913,560 00000000000000000000703ffeabd81e5cc10a77bd60cb73929d573b3ae6f1c8 4,869 1.00/1.00 vMB 1
913,559 913,559 00000000000000000001c3518ac8ff690c5f8d064f4277c2a3cbf30848020639 1,934 0.59/1.00 vMB 4
913,558 913,558 0000000000000000000075dee10a187ce8da6bb2823a2744947edd3b01954a06 1,869 0.58/1.00 vMB 9
913,557 913,557 0000000000000000000019a2bc7789d97e1fe54fb5028737bae97eb7a8b5ac3a 5,512 1.00/1.00 vMB 1
913,556 913,556 00000000000000000001195b862bc1037d0f8ebc1c899db5e4a3f6fa03fd91c3 2,899 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 780.88 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: 564.57 GB
    • Received: 7.62 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.