Loading Tool

Explorer IconExplorer

Memory Pool

40,938 transactions
25.93 vMB
0.05010619 BTC
Random Selection Loading Transactions
Max Size: 135.60/200 MB

Candidate Block

Mining Attempt 0231386871b69f46eadbbefbdd06ef11d59d20cbabb664c3c2e1e8d9d399cf07
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 5298d0b8011eb25929f7c0133c68d80ca0a2edbbaba129218b5e94808e15ea5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,924
Size: 1.00 vMB
Total Fees: 0.00292609 BTC
Feerates: 18.26 > 0.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (314,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,820 599,820 00000000000000000007aa4fb62698e310cb7da07fb01300816a5b95b0cb99a1 1,143 0.35/1.00 vMB 17
599,819 599,819 0000000000000000000d7be707514707c5729043c4b7886216619c5d183a9225 1,941 0.62/1.00 vMB 15
599,818 599,818 0000000000000000000ea29f2626dd3abee6e281de5fde55eb98b54d3aece02c 2,862 0.83/1.00 vMB 11
599,817 599,817 0000000000000000000fcc90c038f3bdb7e67bcd4f52b8a65e3b466e09fc3921 3,149 1.00/1.00 vMB 25
599,816 599,816 0000000000000000000cd8eef8fb681d03fcfc61a9a67653688c562db00d9cee 678 0.18/1.00 vMB 20
599,815 599,815 000000000000000000103b3dfa78d84fd1c5142d614cc930cb99ff54afba209b 1,806 0.62/1.00 vMB 17
599,814 599,814 0000000000000000000f9162d7e0ed3e4f340b014d6afb22b1b0d38cbcc0f88f 371 0.13/1.00 vMB 16
599,813 599,813 0000000000000000000b6aa7d9715592aa74b76cff621324e337e7d01a857bfe 610 0.17/1.00 vMB 33
599,812 599,812 00000000000000000006cdcec0aa7652373165e370feff7db658a7b059d4b413 1,979 0.61/1.00 vMB 17
599,811 599,811 0000000000000000000f1f6523cbdccc5f4570e50fee5bf62d133de5ba817a1d 3,168 0.95/1.00 vMB 17
599,810 599,810 00000000000000000001c39b0bef7c9ac685f8127784e8133760a1ad9e96347e 2,609 1.00/1.00 vMB 14
599,809 599,809 0000000000000000000bb819d270402bc79982a2c5fe4452f9ecc572c9b5d458 782 1.00/1.00 vMB 4
599,808 599,808 00000000000000000008e02f96c00d600c92b258ab0444119e4f3983ad99f733 1,954 1.00/1.00 vMB 8
599,807 599,807 00000000000000000011485766d5cabe25fd4c38253a659a28dc4d38681a8cea 2,188 1.00/1.00 vMB 4
599,806 599,806 0000000000000000000e591172009a3d16e1d0027b92253c26dc8598d61a30f5 3,282 1.00/1.00 vMB 21
599,805 599,805 000000000000000000159c451a32f9c03be1cd1a25416561fff6f56eaf29afe1 2,410 1.00/1.00 vMB 10
599,804 599,804 0000000000000000000ffbd8f02a8a4b1b6fed43e50f324a5e166b05094999c8 3,153 1.00/1.00 vMB 33
599,803 599,803 0000000000000000000280a74be60e32162f117f85411700e56dc5f0110adca3 1,552 1.00/1.00 vMB 5
599,802 599,802 0000000000000000000b77bd07526c65198f4005a7e401306b1e98d6a57e4df9 2,498 1.00/1.00 vMB 5
599,801 599,801 000000000000000000124fe31a861faf0482c79a5b33f64ad8004e09f20d39f2 1,678 1.00/1.00 vMB 7
599,800 599,800 0000000000000000001393671ccd1b2795509d173ef33cdab76e74fa74f485d5 3,272 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.