Loading Tool

Explorer IconExplorer

Memory Pool

44,917 transactions
27.45 vMB
0.07026599 BTC
Random Selection Loading Transactions
Max Size: 145.03/200 MB

Candidate Block

Mining Attempt 7f6ea5c0064a7cd2a7315c91ac0cad3593abb2cb6db4b18c72bf75d1e2fca923
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root 4ec20fe7ba6910e4377b1f7552a60c2690592fc33c43aba74a0330db6b7bf5c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,664
Size: 1.00 vMB
Total Fees: 0.01878009 BTC
Feerates: 502.65 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (560,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,322 354,322 0000000000000000093a5f0c54cb0417e1e2e5b8c63b06bab62b901e9a82c542 359 0.21/1.00 vMB 31
354,321 354,321 00000000000000000c00e88060ccd3c345b2b4fc7cfd31c107b03c2feb8d35ab 585 0.36/1.00 vMB 12
354,320 354,320 00000000000000000be01d72a67c8a80b1e89086144fd390e4efe1f17c8ab532 1,490 0.78/1.00 vMB 28
354,319 354,319 000000000000000004ec17afb50943ac3b3dfbb12f5abccbb0d9f40dc4db7839 1,719 0.75/1.00 vMB 32
354,318 354,318 0000000000000000097eca9c0e961b3ded4d7b70d9703951d6f5af76dd68707a 137 0.10/1.00 vMB 17
354,317 354,317 00000000000000001152538dd473b6f36bf4f40c4bb9cb399529410ba20a40ad 564 0.29/1.00 vMB 23
354,316 354,316 000000000000000015baf59727e02776a59a7d780c99deac8cca2024611b30db 671 0.56/1.00 vMB 18
354,315 354,315 00000000000000000cdad6a9bbefde76ffa3b30a2066075a1d5a50f12477455f 1,782 0.75/1.00 vMB 32
354,314 354,314 0000000000000000125510a07a0e9e393d290ef525b32a84ac787281426c0a71 478 0.21/1.00 vMB 34
354,313 354,313 000000000000000004168cfb2c58e97cd11eb50b8ed9429970b419d601151e0f 1,869 0.96/1.00 vMB 25
354,312 354,312 00000000000000000c722def63630002bdffa831b1a06a10e1978dc6dddc1d78 1,535 0.75/1.00 vMB 26
354,311 354,311 0000000000000000092a1a003813ae21db2962753400aa202aa1b2c6c6f66076 1,024 0.28/1.00 vMB 54
354,310 354,310 00000000000000000ba8cc85412360cf37000a50f87bbd43f1900118a1f65262 1,558 0.75/1.00 vMB 28
354,309 354,309 0000000000000000126da9c8bd325405bbd12164f26431ea52b9499657954d35 529 0.32/1.00 vMB 23
354,308 354,308 000000000000000009f7714c8e01a03cf284ccdca8f083573bb7f9fd470e8e03 96 0.08/1.00 vMB 11
354,307 354,307 0000000000000000034e2a2a48b16f1f9ab16733949702fc3bfa5a037ca78796 269 0.14/1.00 vMB 24
354,306 354,306 000000000000000015767d258aaef1211c13046cf949235056af14cd757ed3a2 382 0.32/1.00 vMB 20
354,305 354,305 00000000000000000be8f09156ec8a2ebd654549ddd6f6868687cdb5c5316217 149 0.07/1.00 vMB 27
354,304 354,304 00000000000000000cd70f4c60f760b93517d4a8b446baccb4f16bb4f30a4acb 488 0.21/1.00 vMB 27
354,303 354,303 000000000000000003bc28249923b0e3828c3c1c286b9bc29431b65ad0fb12ee 349 0.20/1.00 vMB 23
354,302 354,302 000000000000000009f5d09cfcf39fd11cb4cafc250350c1bbb7d8a832dddf1e 339 0.19/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.24 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: 655.24 GB
    • Received: 14.28 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.