Loading Tool

Explorer IconExplorer

Memory Pool

73,213 transactions
28.21 vMB
0.07218744 BTC
Random Selection Loading Transactions
Max Size: 166.96/200 MB

Candidate Block

Mining Attempt 9c2e66b1b3adf6beea2b4cf09053c93fb8df84a48495d346d39f3f0aa76b5cc2
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root c745e95d16fb228f17861ef30385e26483d48262eca94aefff0b118e23694df5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,168
Size: 1.00 vMB
Total Fees: 0.01579568 BTC
Feerates: 150.86 > 1.58 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (316,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,732 598,732 000000000000000000051ce4c55b64800aa111efcf4fb44f66fed105a622d3cc 2,653 1.00/1.00 vMB 16
598,731 598,731 00000000000000000015cd8ac285e5d0dcf12bb77de57298b5bbb8f1d5d5d6e5 3,373 1.00/1.00 vMB 40
598,730 598,730 00000000000000000005728987fa9410f2e32f76eea5ed117c004887a22247e6 2,778 1.00/1.00 vMB 25
598,729 598,729 0000000000000000000c6a0011ad8387abf3a34a5632d069b6b2836dd02e5b13 3,142 1.00/1.00 vMB 39
598,728 598,728 0000000000000000000e8e92bf8427da6db46869ca0c5d5b15b7d355b1136f45 2,984 1.00/1.00 vMB 50
598,727 598,727 000000000000000000004a2c54519af797cc1097b8402932959567a24e33b08a 3,069 1.00/1.00 vMB 57
598,726 598,726 000000000000000000142f2eacd806d1676d2b33edec32b4fd69b10b7bf133de 2,837 1.00/1.00 vMB 20
598,725 598,725 0000000000000000000cd4842d79169d41f7d2c8295d3c534975df1746894c03 2,391 1.00/1.00 vMB 29
598,724 598,724 0000000000000000000121bdfcdf0faf02cbca2ea7ac76c892e1ce29dd6f405c 3,229 1.00/1.00 vMB 40
598,723 598,723 0000000000000000000b17c9c1983e683a1f10117096d14a78978c04f946364a 2,747 1.00/1.00 vMB 25
598,722 598,722 00000000000000000004d52dca8285f4e6d768f67384f16b616feb988f0a285a 2,797 1.00/1.00 vMB 35
598,721 598,721 000000000000000000149ae0c02d5da09fe55fa8025375c2b78bf184c4d791d7 2,861 1.00/1.00 vMB 65
598,720 598,720 0000000000000000000f6f43c13ba59d8e32ade628e59ecdd61ca244cde1325f 3,016 1.00/1.00 vMB 23
598,719 598,719 0000000000000000000cadb43943750dfbe67d1e6b43701d2db273ed05dd7c0b 1,414 1.00/1.00 vMB 56
598,718 598,718 0000000000000000000af959d017cb746408bec6fca79c5b8c9316fdb5aefb03 1,791 1.00/1.00 vMB 35
598,717 598,717 000000000000000000062e05a62b185794e09955afcd1b6b437a7d341d43cd61 2,596 1.00/1.00 vMB 19
598,716 598,716 00000000000000000008a9a2eb2aaa5c9ce76d103103a8cd6daf2d6de07dfd7f 2,041 1.00/1.00 vMB 32
598,715 598,715 0000000000000000000a601ccbc98fcb06ecc98b8dfa3770aacf2adb73e91ce7 2,057 1.00/1.00 vMB 38
598,714 598,714 000000000000000000034b85faeccbc4873293388125ad0e4290feff7c3eade3 1,653 0.71/1.00 vMB 23
598,713 598,713 00000000000000000012b5563dcb12ab9c07a201709de655bb23a6cc1296204b 2,518 1.00/1.00 vMB 29
598,712 598,712 00000000000000000012c4164899a295a667e7bccc114498efaafd5d22346eaf 1,505 0.62/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.