Loading Tool

Explorer IconExplorer

Memory Pool

83,038 transactions
31.39 vMB
0.10784359 BTC
Random Selection Loading Transactions
Max Size: 190.91/200 MB

Candidate Block

Mining Attempt 3ec7361ecdb4608b0b16062a9f5c72ba8ae5b770ca195fc545c13961b8417930
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 18948ca2a2d7a2908d16bbfe15b18ca0972ba7be959a83d84fa788aea4459675
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,982
Size: 1.00 vMB
Total Fees: 0.03046786 BTC
Feerates: 151.12 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (536,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
378,752 378,752 000000000000000001849333245746ba3c5066db03bba253d454b861becc3dd9 749 0.32/1.00 vMB 42
378,751 378,751 00000000000000000495335f6e7fa15b4472779e58411c92ee66fe5e51bd2db9 872 0.40/1.00 vMB 45
378,750 378,750 000000000000000001d8c28595ba3ebacc5bd1dc7cc91a3cd47400e2c83c1123 1,485 0.71/1.00 vMB 36
378,749 378,749 00000000000000000601c02134e4d49c7d5903f0fe382a5f10d24f7de457c5c0 1,239 0.66/1.00 vMB 33
378,748 378,748 00000000000000000f5bcf4819c3d040d9d9513be33c55de2a8656b977e53a23 719 0.43/1.00 vMB 21
378,747 378,747 00000000000000000abce37d26f282fd7e2b9d029f0956d9fc70430e2f6d0575 2,657 1.00/1.00 vMB 50
378,746 378,746 0000000000000000099b607232fbf540f276701cb237b23b2a82cc17d0b09a2b 682 0.41/1.00 vMB 37
378,745 378,745 000000000000000000ec87e1e6fe19e77828c4e3269529da1cfab496d7e43f92 1,560 0.68/1.00 vMB 42
378,744 378,744 00000000000000000a7c9c45a5dc57266888c5e492df668247ba54faf8f04954 1,645 0.75/1.00 vMB 41
378,743 378,743 0000000000000000037f1c983ea3712788a3ec3d97ea2b4017086df56497e514 164 0.16/1.00 vMB 17
378,742 378,742 00000000000000001013a64bae054fb0e0b96d8e6ad08dce0ef77d4ba380482c 313 0.16/1.00 vMB 27
378,741 378,741 000000000000000011e82dc1642e8e19b9f59d7d626e7e829b1ab16ab2d55b56 444 0.29/1.00 vMB 25
378,740 378,740 0000000000000000056527f55a6cebafac70e0874538aef688a4f803ff577bab 1 0.00/1.00 vMB 0
378,739 378,739 000000000000000011993a00cb20ac50a9187e583c116b26adea25188951d9c5 1,354 0.64/1.00 vMB 36
378,738 378,738 00000000000000000f69a56369c78ed5cf2c9ee290ab33a0091dc7881e64d7f6 176 0.15/1.00 vMB 12
378,737 378,737 000000000000000003e8edf32174cd21f9bbffe8cc002c685f25084a21ac9aec 143 0.11/1.00 vMB 18
378,736 378,736 00000000000000000b7eb47f1b6dfd5ed435cdb9aada99d59ab8a2dca0b0100e 1,572 0.68/1.00 vMB 40
378,735 378,735 000000000000000003c720a6669fa05045e99404d2b6d6ec24fca48a8a017d9f 1,393 0.99/1.00 vMB 24
378,734 378,734 00000000000000000c81c7143debfcbd84c15e501d9bb0e7bbe015431602a583 1,228 0.59/1.00 vMB 38
378,733 378,733 0000000000000000057492bab976e81cd2608adae5b051e63d6dc32a0dd8fbc3 630 0.75/1.00 vMB 19
378,732 378,732 00000000000000000ac3323f12a46aeba08092765a535407b92df1c8a1120e5b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.06 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: 720.69 GB
    • Received: 18.24 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.