Loading Tool

Explorer IconExplorer

Memory Pool

77,380 transactions
29.08 vMB
0.10053218 BTC
Random Selection Loading Transactions
Max Size: 174.98/200 MB

Candidate Block

Mining Attempt 1b933c937e8ece0a0baf8cb32c0f84d32ed4cc623d7bc78ea9d4cb9df5748220
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 42f99e0f65b77657c175127e2cb44e1f692d22a964026b61f46d3e03b9b014f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,449
Size: 1.00 vMB
Total Fees: 0.02667809 BTC
Feerates: 453.09 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (466,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,406 448,406 0000000000000000002cb452edd8db167840522b0028799f57011572593e4822 286 0.19/1.00 vMB 58
448,405 448,405 00000000000000000296366883546d1ce8056e67fa1b16e26cf3e12fa9134566 523 0.21/1.00 vMB 76
448,404 448,404 00000000000000000262784256eb64a9552252b6428dcbddd65a0dd38ee209e7 543 0.23/1.00 vMB 79
448,403 448,403 0000000000000000019ef176a5729f431e2e6202c06df5134d54f926a1e73cb2 1,912 0.78/1.00 vMB 77
448,402 448,402 000000000000000000bcc3ee32881d485d15c773b95be201f447394804020b3a 775 0.34/1.00 vMB 79
448,401 448,401 000000000000000002e1ea5a2418aafe0ddf2e0dc029a46b7911f309fc0fa47e 1,334 0.60/1.00 vMB 70
448,400 448,400 00000000000000000025a0679c8a4260ff0ecf40c4d8d9c5db763e7cd1492eb6 1,777 0.76/1.00 vMB 82
448,399 448,399 000000000000000002d8990fbde7e3adfc18a9fcfd2f06d887cf7869ba4f7bef 210 0.28/1.00 vMB 38
448,398 448,398 00000000000000000087837ff638f98a22a690315404405007d8d37bcad68e63 950 0.49/1.00 vMB 75
448,397 448,397 000000000000000001270d6fe5d091059e73eec299cb6ebb30bd70c4f9c44332 752 0.58/1.00 vMB 57
448,396 448,396 000000000000000001bd3ade2de6b62d8baabd59fd9c264f9d24b1160d6d23cb 2,288 0.99/1.00 vMB 77
448,395 448,395 00000000000000000060ef69b3a76f9b88fe94becc3bf14595cd71d4d259948c 88 0.03/1.00 vMB 85
448,394 448,394 00000000000000000092f158909e02b10eb6fe6a8a74b9e2ca657e8e1263b4be 1,772 0.74/1.00 vMB 76
448,393 448,393 0000000000000000025be8effb9e1a98dc45b77bca20ab0bc946f0beb885fbaf 1,178 0.61/1.00 vMB 66
448,392 448,392 00000000000000000126b1521d77a7db4c132c62bf42aa8ef928ea003a7818d2 1,386 0.64/1.00 vMB 81
448,391 448,391 000000000000000000ed38ecbd2209f8d5cbaf59d9cc6c0a475772ac9322805a 1,103 0.47/1.00 vMB 72
448,390 448,390 0000000000000000000f3f208ea2fb35b1dd795f2ab30e20221b88ae99cc2ae3 1,400 0.58/1.00 vMB 81
448,389 448,389 000000000000000000dbc4eec4e7af316ae13c3feea74d0276705bbd7e259ef4 1,104 0.95/1.00 vMB 36
448,388 448,388 0000000000000000015f9f77586a7401faf8e789715a8532128c04de0177d10b 2,275 1.00/1.00 vMB 80
448,387 448,387 0000000000000000017dabe7bcfb8b7c11947f7f5772582558c8dbaf986877e8 1,755 1.00/1.00 vMB 79
448,386 448,386 000000000000000001bc5852432c5866dc316cc328391b0a06d853abd35c6f8e 1,789 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.