Loading Tool

Explorer IconExplorer

Memory Pool

77,569 transactions
29.39 vMB
0.08414670 BTC
Random Selection Loading Transactions
Max Size: 179.03/200 MB

Candidate Block

Mining Attempt 01d122b247b99f15634a7fe5a8ae60824fbacd31556ef11ee31c2777b1e23795
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root 69ced4d268e9acdb25e599699f79b3767b2252c8df0a83510d36e54d77a5067f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,378
Size: 1.00 vMB
Total Fees: 0.01949044 BTC
Feerates: 477.45 > 1.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (248,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,748 666,748 000000000000000000012d84c27f67ad581e082b261d4a99a9c2c157cae8b7cf 2,927 1.00/1.00 vMB 91
666,747 666,747 00000000000000000001bfcf92c3d119b9ed4ca61e00b68c399e5903b4642236 3,356 1.00/1.00 vMB 107
666,746 666,746 0000000000000000000854282efe4e63f34d7390db64919accfc37a96623e449 1,909 1.00/1.00 vMB 19
666,745 666,745 0000000000000000000c1c365fc29b4940827c649c80e77549c3492ac7151fa3 2,588 1.00/1.00 vMB 16
666,744 666,744 00000000000000000005185acb760b433edaa07818d4df0ea2313a314b6860b0 2,482 1.00/1.00 vMB 34
666,743 666,743 00000000000000000009bc40500e5a45f8721e9bda62f5f2cd927727e13a8ca4 2,520 1.00/1.00 vMB 84
666,742 666,742 00000000000000000003c5b6f095139e1739a79f94879b21b9aafcdba2af0788 2,728 1.00/1.00 vMB 26
666,741 666,741 00000000000000000007d86943de72f3239d787efe721fb9b19b6d6a52c4a426 2,013 1.00/1.00 vMB 70
666,740 666,740 000000000000000000044752f5f6bd8709d85f1f76bb817117bcd4d80b982e66 2,959 1.00/1.00 vMB 90
666,739 666,739 0000000000000000000377caf259c096338eadaa5f30390b434112493b94a4da 2,449 1.00/1.00 vMB 73
666,738 666,738 00000000000000000000d07feff7c0c522a6c44308685d964c5e522b895d6c55 1,601 1.00/1.00 vMB 71
666,737 666,737 0000000000000000000785c0dbbca32c17f8d6cd647207289356af49d857fa02 1,242 1.00/1.00 vMB 79
666,736 666,736 0000000000000000000ba0f2fb83c18b1655a4a86d9eafa667677355346fab15 2,853 1.00/1.00 vMB 90
666,735 666,735 00000000000000000008041b134e81c3d11bd3413e38dfe9bd3f563f60e163e6 2,156 1.00/1.00 vMB 61
666,734 666,734 000000000000000000042d826fc5b05ec6671da4e089bb6dadcee1d1ea768478 2,357 1.00/1.00 vMB 37
666,733 666,733 00000000000000000009614b8b5e0d2ca70916271c664ac41e524d1e5ae0ef9f 1,579 1.00/1.00 vMB 13
666,732 666,732 0000000000000000000a5b355d3eceb01e2fe29da3d728d9634e17321173cd3b 2,331 1.00/1.00 vMB 19
666,731 666,731 00000000000000000003dcf2a3264c5bf710b8b991d0a230da231f7b5c7f9eaa 2,323 1.00/1.00 vMB 35
666,730 666,730 0000000000000000000bac885f2d185505a231ab836741048ae6acc1d3b6636f 1,244 1.00/1.00 vMB 42
666,729 666,729 0000000000000000000276bdf0dafd77fc2aedb7e7ca03f1f9a2b853ee2e5975 2,699 1.00/1.00 vMB 91
666,728 666,728 00000000000000000008263b489e924db823edbec18b715eed6c53ecabb49a07 2,800 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.81 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: 710.30 GB
    • Received: 17.07 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.