Loading Tool

Explorer IconExplorer

Memory Pool

78,083 transactions
29.32 vMB
0.06409118 BTC
Random Selection Loading Transactions
Max Size: 176.12/200 MB

Candidate Block

Mining Attempt f3d6405fff96bc90175d5a193c3e791a7520d7f5277730e8b889303761d70d5e
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root d0c76286f3a33a178f891db7099802ee3c5ffe008d2637ead0ec2b21301e7bba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,995
Size: 1.00 vMB
Total Fees: 0.00475270 BTC
Feerates: 18.31 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (262,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,838 652,838 0000000000000000000dc2374f661b17e102880da1079d2cc1ddae01cf63edb3 2,313 1.00/1.00 vMB 64
652,837 652,837 00000000000000000000baac351b1503ee7d4ab365fb10c238f488b38f21a62e 2,872 1.00/1.00 vMB 97
652,836 652,836 000000000000000000056b02a6f6d5e1d6211947e5df8f656301baa96790c945 2,753 1.00/1.00 vMB 68
652,835 652,835 000000000000000000003146d3d7b267aac1c7f691d9125b94d47461731e695f 2,553 1.00/1.00 vMB 11
652,834 652,834 0000000000000000000d0291bdf885a99e6d64dc9c191c747814cb0f4a7ea5a8 2,250 1.00/1.00 vMB 47
652,833 652,833 000000000000000000024679d2204cbca6a3156038a9643368e6ad9394223fd9 2,656 1.00/1.00 vMB 62
652,832 652,832 00000000000000000009d51dcec55175638a475642b393b34cb2b3d6ea0c462d 2,317 1.00/1.00 vMB 56
652,831 652,831 0000000000000000000e26afef45ca87f89e44ab78d15830fecabc1305163fd8 1,947 1.00/1.00 vMB 28
652,830 652,830 000000000000000000052f849010a140a806be2c23fa7b97828e01998fb910e3 2,436 1.00/1.00 vMB 61
652,829 652,829 0000000000000000000b2d5022b70004c2ba9235686187676e2faa1f42dad817 2,330 1.00/1.00 vMB 84
652,828 652,828 0000000000000000000779b69469623fd3fdb7de5f2c30be0a700d55d0fdac93 1,657 1.00/1.00 vMB 24
652,827 652,827 00000000000000000007f20d55468d203d3ad984b5495a8737160b23fc5fbce0 2,904 1.00/1.00 vMB 84
652,826 652,826 00000000000000000007c42914cfa51442ea14644fb382967fd5409374c11fd1 2,332 1.00/1.00 vMB 7
652,825 652,825 0000000000000000000e2f68f9c499f95f272a0bc2e1c2983a670c15bb816534 2,347 1.00/1.00 vMB 59
652,824 652,824 0000000000000000000673d7d4649eec151e9accb2123b3ea7cf1d462257ec7c 2,046 1.00/1.00 vMB 59
652,823 652,823 000000000000000000050c9b16d476c704c6e4a49bd6d13ad14ec852726175ae 1,860 1.00/1.00 vMB 81
652,822 652,822 00000000000000000006bf0f4d71ffe82bec54488e715660a6e6edcf8207d418 2,282 1.00/1.00 vMB 30
652,821 652,821 0000000000000000000b72d7309b114d0765ddd18050a0a91dbb3afec085fcff 2,349 1.00/1.00 vMB 66
652,820 652,820 00000000000000000009ca8a4f5fe7c1294b60e4ea58cd723203dfd35e41785a 2,501 1.00/1.00 vMB 15
652,819 652,819 0000000000000000000bed603a316071c3541c8e847ef06654ac0148234456c7 2,278 1.00/1.00 vMB 29
652,818 652,818 0000000000000000000e8456398b1eb374d29f7f576ba0eaa5c7edc9a2fed818 1,697 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.