Loading Tool

Explorer IconExplorer

Memory Pool

78,174 transactions
29.14 vMB
0.07754934 BTC
Random Selection Loading Transactions
Max Size: 178.40/200 MB

Candidate Block

Mining Attempt c07ce43d1c039b50a57e9cc0af48584e7a6f12f05b185db7f8f0ce3857b60be4
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 7ab4cee41bd2ba7f708f0137fa522cc1608e52de3ff5b4f5b22f17ebaf77771b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,431
Size: 1.00 vMB
Total Fees: 0.01384968 BTC
Feerates: 157.34 > 1.39 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (321,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,115 594,115 0000000000000000001859984647c5f0aea17651bbe3e4adaaaff386282ea3c0 2,380 0.69/1.00 vMB 25
594,114 594,114 0000000000000000000fe517cc4639f0a5b0f9ac91d93e03c235a3f1c2e69153 105 0.06/1.00 vMB 22
594,113 594,113 0000000000000000000f3d752f0f298b1cf8fd596c653c9c341a721671cc9d11 2,204 0.80/1.00 vMB 35
594,112 594,112 00000000000000000008fa6131282c278776e6cfb0614712a3fef9f4898c0700 121 0.06/1.00 vMB 42
594,111 594,111 00000000000000000000b4c9d411b8f2918ec3982a6927fef34c5b4dcaea80d6 3,225 0.98/1.00 vMB 32
594,110 594,110 000000000000000000131a4ab5bd2f76f23606ca7814fd0c5df15f9e8ee8aecf 929 0.30/1.00 vMB 17
594,109 594,109 000000000000000000066554a7745c2620591f7cc9daedec91e2649b262ddd3e 3,017 1.00/1.00 vMB 36
594,108 594,108 00000000000000000017cdb16a4beaab24b62041c2b6ebfc58c41ecbc8e6455a 72 0.02/1.00 vMB 46
594,107 594,107 000000000000000000160fc4fd481f9fde49990f181f5a10c3debb25958c891b 1,827 0.58/1.00 vMB 28
594,106 594,106 00000000000000000015893157ce6f31e290a0c0010ef5c3f7cf7617538e0d76 3,047 0.91/1.00 vMB 28
594,105 594,105 00000000000000000008ddbf75df6be533e732ade77f2954c08eafd71267b7fa 438 0.16/1.00 vMB 35
594,104 594,104 00000000000000000012b978b865ab136f05af104828c7a70277951ddef7ce74 66 0.02/1.00 vMB 38
594,103 594,103 000000000000000000098ef21b6777888d777966e8cb6288034a1d6cd864255a 282 0.18/1.00 vMB 14
594,102 594,102 00000000000000000001f324d3b30e5b868e8e62b83eecbca1d49d95863387f8 3,757 0.98/1.00 vMB 25
594,101 594,101 0000000000000000000f1085f3d94e878c79637ae3bb0a7d31daef9407f86591 811 0.25/1.00 vMB 28
594,100 594,100 0000000000000000000787729d8d22659e69183a74a5c4d0b9517cdfade7a1af 2,054 0.71/1.00 vMB 29
594,099 594,099 0000000000000000000978db2faad2ceb0842bc314780f77d0d85c8de590b38f 2,006 0.72/1.00 vMB 25
594,098 594,098 00000000000000000016ee5e7e1c7cab80eeba58dee3aa8397a4e7e7dd67e27e 1,353 0.59/1.00 vMB 8
594,097 594,097 00000000000000000010c5097c2cec926610649cb985654ae0133eef8aa54424 2,559 1.00/1.00 vMB 42
594,096 594,096 000000000000000000057656dc510c2c03a69b66e99764f77d8781383df87afa 1,528 0.79/1.00 vMB 29
594,095 594,095 0000000000000000000799a66b67ff5b9f050aa54df373f9716a0a443b48c8ca 229 0.12/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.