Loading Tool

Explorer IconExplorer

Memory Pool

42,045 transactions
26.77 vMB
0.06135682 BTC
Random Selection Loading Transactions
Max Size: 140.59/200 MB

Candidate Block

Mining Attempt d5c591b316c86462cf8999d029021418bda580a8600ef6e316a24b2af2cb6f50
Version 20000000
Previous Block 00000000000000000000dbff82779b294ccb8ffef3251a2f04537190df676bc3
Merkle Root 38a62f4506ee4bc073f4b24373a5f8dcfc46dfe4164b9854a59f3b6f841c4f8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,601
Size: 1.00 vMB
Total Fees: 0.01174416 BTC
Feerates: 500.44 > 1.18 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,940 (293,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,406 621,406 0000000000000000000a450d7d83af81f49f8bad21f3178b5e8c686fc5ed5e4b 2,760 1.00/1.00 vMB 38
621,405 621,405 000000000000000000009d25d9020b2a47211653e5f74efac9fbf752994b0571 2,770 1.00/1.00 vMB 42
621,404 621,404 0000000000000000000ce56f7a0f0d2fc818963e4b706948ca666c53c284781a 2,604 1.00/1.00 vMB 47
621,403 621,403 0000000000000000000a5fbdecbee6d560ff55cda6cf2bcb83f5b3c697a40b40 2,951 1.00/1.00 vMB 49
621,402 621,402 00000000000000000008089feb3b4b9e3716e1353c83e77568e4f0b5ceb81ec9 2,653 1.00/1.00 vMB 58
621,401 621,401 0000000000000000000ddbaa812635b3424d0bb3be1cf68db2fc71d6aa4885e0 2,605 1.00/1.00 vMB 54
621,400 621,400 0000000000000000000affb932a06e6e60d10ef6181037eb9832df4ab442307e 2,060 1.00/1.00 vMB 46
621,399 621,399 000000000000000000060bbdf038c88ed41afb48cf2cfc2c3a0bdd9223102274 1,708 1.00/1.00 vMB 59
621,398 621,398 00000000000000000003af8542dca7a9e22759267e07ced3e2f48766eb57f0d4 2,557 1.00/1.00 vMB 80
621,397 621,397 000000000000000000079d42e722dc6e7cc18754dee4ce763ecf7abe0b22cd57 2,865 1.00/1.00 vMB 60
621,396 621,396 0000000000000000000de6223ed7c8e299eb73c492246a15dd831f176845da50 2,964 1.00/1.00 vMB 55
621,395 621,395 000000000000000000003710760d039c6a95f39d6bb43060d34b5e4cb50a655a 2,849 1.00/1.00 vMB 53
621,394 621,394 00000000000000000001b1c18922a6116b9f81a16a9de6a6981f7fcdfb5d2937 2,376 1.00/1.00 vMB 61
621,393 621,393 00000000000000000002eea3fc00d02da73957c51fed0612bb3ff5866ab71105 1,890 1.00/1.00 vMB 67
621,392 621,392 0000000000000000000f56ee52836a0b04097b32eaafb4f5ad909592e2766cff 2,464 1.00/1.00 vMB 91
621,391 621,391 0000000000000000000e06f18530c79080380d6698b8ff7a83cfea994adc6924 2,061 1.00/1.00 vMB 49
621,390 621,390 0000000000000000000373362c69289c3033b3f2071fdbb8a4cd1ab8c64dc353 2,622 1.00/1.00 vMB 63
621,389 621,389 000000000000000000105d598c58a53ccebc6efda51c5507710b3f7f4a656817 2,615 1.00/1.00 vMB 76
621,388 621,388 000000000000000000081aee12a9d0b002d513a9dd4fdffa32554c74318c6b1e 2,441 1.00/1.00 vMB 39
621,387 621,387 0000000000000000000494607406494eeecd76daf7f5f583efa1258642dc7282 3,088 1.00/1.00 vMB 41
621,386 621,386 0000000000000000000fbc764748c9068654ad87d7c34dbfbbe6e7f935454f23 2,514 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.28 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: 656.91 GB
    • Received: 14.44 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.