Loading Tool

Explorer IconExplorer

Memory Pool

29,001 transactions
23.81 vMB
0.07075534 BTC
Random Selection Loading Transactions
Max Size: 127.38/200 MB

Candidate Block

Mining Attempt 972d04af0ea58daac9c1421872720efbe1938c919314b9fcacbe48ac5b8c1552
Version 20000000
Previous Block 000000000000000000000d8f5bc3c49733c16398864d585938c12d0fa01dbaa6
Merkle Root 73b1a217939bd2ec2fcc7d3daee57d47f1a8892354ea3241b613ae54e0ecc903
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,191
Size: 1.00 vMB
Total Fees: 0.03768743 BTC
Feerates: 477.45 > 3.78 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,360 (784,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,707 155,707 0000000000000932063faac006582d4dbf1a72804a08565f1d1f68ceda28a9af 16 0.01/1.00 vMB 366
155,706 155,706 0000000000000d063b58c282ced49eec8324821adeaa495f014fa1e3c0428721 58 0.02/1.00 vMB 86
155,705 155,705 0000000000000cd3b49b21a0185cebaf4d6c1b938ffad80115d8be08e04cd72a 157 0.05/1.00 vMB 26
155,704 155,704 000000000000080a113f8a71cbdd22989640aea195ee79d5e8fc11e69490b59a 9 0.01/1.00 vMB 100
155,703 155,703 000000000000025b8b6848f0b862fabed85a327aea3d4cf76ec8cdf060d668cd 64 0.03/1.00 vMB 42
155,702 155,702 0000000000000b4d64f2d9f9f3896f0ea7e48caf445e1935d0b420fe4e96c4ae 25 0.01/1.00 vMB 1,566
155,701 155,701 000000000000087c45cb3e9718f539e96ad7ebd2eb29aa854cda7a91b466f963 6 0.00/1.00 vMB 121
155,700 155,700 00000000000009f15f16930111ebcd967a5a2b4dbc49e43e6d2aa2fcc3d245eb 54 0.02/1.00 vMB 80
155,699 155,699 00000000000005bb44d961fbdb33b0a56a23cde906683169ea6a9ffd072a1cb1 73 0.04/1.00 vMB 152
155,698 155,698 0000000000000e8ad193aff09e09b1c2d2cae0e0e30475add7c51354c92ff1fd 36 0.02/1.00 vMB 61
155,697 155,697 0000000000000e5e37f17fb1ced4ca414a38b4ead1ee59cd5832fa3e8fc2dd78 21 0.01/1.00 vMB 2,080
155,696 155,696 000000000000054b888e42d8123ea3b3b214d68817916fb01836c41f1341e766 45 0.02/1.00 vMB 84
155,695 155,695 00000000000008069eda053918fccd668f3e89ab7e26ad127d8eb932d4556e72 64 0.02/1.00 vMB 188
155,694 155,694 000000000000047bea6fcf18cead2db604fd793ba7177b0deb92704357abd7a7 109 0.05/1.00 vMB 164
155,693 155,693 000000000000031913938fe14b515d18b3e1b37c8ffcdb290bb3af2a8b0bd81d 5 0.00/1.00 vMB 700
155,692 155,692 00000000000003baf3da507baaeade20741292ede2e1855622260e9123ff1554 12 0.00/1.00 vMB 468
155,691 155,691 000000000000091e121f021517185f8d712960e38a4eae5d782654334a796f3a 6 0.00/1.00 vMB 68
155,690 155,690 00000000000007082257db4e5abfcd6bc6d7ec55ac39be4330e3163ab6aeaee8 20 0.01/1.00 vMB 431
155,689 155,689 00000000000003571363e77b11c22bfd0ea5d78a0d2018b23d7b6f7338dfe9b5 147 0.05/1.00 vMB 67
155,688 155,688 0000000000000d699d6ef8d71b8fe8088c7050c03112fcfb57e5372b4d1f77bb 13 0.01/1.00 vMB 205
155,687 155,687 0000000000000e50cd67ff7e6257b9e3acd1fe0db5bc175fceeb2a53dd887770 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 827.40 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: 4,453.69 GB
    • Received: 242.36 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.