Loading Tool

Explorer IconExplorer

Memory Pool

49,354 transactions
30.25 vMB
0.17217008 BTC
Random Selection Loading Transactions
Max Size: 161.84/200 MB

Candidate Block

Mining Attempt 68f6a750a4b8e5c54f085c93319f52b5c5d9e11b5ef3955689ce39c6d8953be3
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 5d1b6cb80ef68011d185c1c691dfa2818fb5a860bcb4bf547d69b30e86561d66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,050
Size: 1.00 vMB
Total Fees: 0.09266477 BTC
Feerates: 261.10 > 9.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (573,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
341,088 341,088 000000000000000018d33ee9199e2e96b133e368d94c1dc37401eeffda0c4b55 1,024 0.62/1.00 vMB 26
341,087 341,087 0000000000000000028a27dd5c69634481d816666d5b11f5e60467463cbdedf3 813 0.30/1.00 vMB 33
341,086 341,086 00000000000000000c2ad42bbdfc2d14eaf58f395c2a352ca57d8dd6b3d07ef4 88 0.06/1.00 vMB 22
341,085 341,085 000000000000000015f0d2a2abadb6a8b5beaf2415de01e7588cc5ec551db0b0 205 0.09/1.00 vMB 25
341,084 341,084 0000000000000000039f33a711a4d11da373e1c75d14843ee9153851e9e10c35 378 0.21/1.00 vMB 24
341,083 341,083 000000000000000004a37d03323710144f9a3253564272ca0271ee7dfd0295c5 402 0.36/1.00 vMB 17
341,082 341,082 0000000000000000190441355def801e505c71850a8c5e6f081e25dc20f64a21 1,577 0.75/1.00 vMB 28
341,081 341,081 0000000000000000169da46a5391fa1c1b380d607e7f5b78243f7647fc3f6476 78 0.06/1.00 vMB 13
341,080 341,080 000000000000000011423ccda98345407df1b90b71e9a44612ba61546f89e0da 1,078 0.62/1.00 vMB 24
341,079 341,079 0000000000000000183288c147c6cfc583fa632b596cc16ce00d68826dbc41f3 1,563 0.75/1.00 vMB 27
341,078 341,078 00000000000000001252b25ab4c5ddcfcd9b9a2a9495c5001cb83faacc98de6e 495 0.19/1.00 vMB 34
341,077 341,077 00000000000000000db9f5d221250bccb37369b22544959f43fd07c61ad6353a 990 0.54/1.00 vMB 30
341,076 341,076 00000000000000000f5c8b9a8fe710413747e3a1a05be9b84171bfcf5cafb60c 442 0.23/1.00 vMB 24
341,075 341,075 00000000000000001a846dbb38c93328c6dfac657f4dead247b1765e49ae20f2 589 0.39/1.00 vMB 21
341,074 341,074 00000000000000000c2ba623d2cba9ca0b92dd5ba8e8cf9b6ce977c434d0bd66 561 0.28/1.00 vMB 25
341,073 341,073 0000000000000000159003f698446824cfbccc194997d42030270ff2051abea4 982 0.51/1.00 vMB 21
341,072 341,072 0000000000000000129f7411f1a83053c139099a6b2db9eb72aa68e9851a7d8b 1,248 0.75/1.00 vMB 24
341,071 341,071 000000000000000017ed6e3cf188191f19bbe15b4edefea48e76fe26fc5d30a8 1,024 0.43/1.00 vMB 25
341,070 341,070 00000000000000000ee55a911dc441accfbfedd7b5f52c366dfa0575630f7827 691 0.27/1.00 vMB 44
341,069 341,069 00000000000000000727cfd553a7ab20de21800e38f2e3e34c558c17955e037c 1,024 0.35/1.00 vMB 38
341,068 341,068 00000000000000000446cc245f9d4f6bd39e3dd4609a529c0610d86ad29a1fb0 684 0.39/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.