Loading Tool

Explorer IconExplorer

Memory Pool

81,990 transactions
30.91 vMB
0.10277463 BTC
Random Selection Loading Transactions
Max Size: 187.99/200 MB

Candidate Block

Mining Attempt c945335aa57a46407775f3078ed8138d365b82fb70a87b2f6942a2ec826dd9ab
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root c29d9958c7794e61bd845c2e5d757c53a2410a3b32a293a06c0ade4da0816205
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.03042292 BTC
Feerates: 200.89 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (763,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,050 152,050 00000000000007b91ed175013883edb1e3a44371c869d2b676721a3fcae685ec 4 0.01/1.00 vMB 8
152,049 152,049 00000000000005e78ca241f6f0e3f10833d8e542e7b9c1c522718105edea4003 19 0.01/1.00 vMB 20
152,048 152,048 00000000000006885e8d1076018091dd42070cb6925cc1460eff8bf9bc15ef59 27 0.01/1.00 vMB 60
152,047 152,047 00000000000007d69ee2f2d5f77083ce87dc4e516166c6fd07b21b0b39c1f0b1 6 0.00/1.00 vMB 54
152,046 152,046 000000000000066a7c812c5098888099905ed1168cbb2248046f5a2d4be3990c 133 0.05/1.00 vMB 25
152,045 152,045 00000000000003e6d9d439d23d87f06968e1941ab43ba46a3b20b987e8fa9f92 40 0.01/1.00 vMB 161
152,044 152,044 0000000000000d71fde1e34bfd469c381f13e1cf5b0adce04d2d1f2f8eecc4d3 78 0.03/1.00 vMB 93
152,043 152,043 000000000000011a4a8dec0317afd73c7c85d18f25fe63a814f2e0e3783dcfca 99 0.05/1.00 vMB 0
152,042 152,042 00000000000009339ff11cd87549a679a014bcd4a2cf3b58e226bfb0ada30c2c 15 0.01/1.00 vMB 922
152,041 152,041 0000000000000c8300e2b7f60061b8904596500aebaed889d5db84e0be1b9b0a 14 0.01/1.00 vMB 146
152,040 152,040 00000000000002097a4f30f2b9a2a99f6b094db56f9d2283151cd5a424ba4dc6 36 0.01/1.00 vMB 0
152,039 152,039 00000000000008b5ab3dca5264b214664dd35f076d5b3a89c96859e14e7bcdc6 42 0.03/1.00 vMB 675
152,038 152,038 0000000000000714b670946fd3801c8f29833c7540d92c38aa871f6862f555a2 10 0.00/1.00 vMB 490
152,037 152,037 0000000000000af8643df4777f78c921ff7d206a88aa38f3fde31b6d549f802e 15 0.01/1.00 vMB 422
152,036 152,036 00000000000009515c628e1e35de5e5281370f86b77760cec059fd5240c30ba0 56 0.02/1.00 vMB 34
152,035 152,035 0000000000000c384a4177e1ecbe8911519ce9f7f34d6a604ec66489bb1ae80f 6 0.00/1.00 vMB 174
152,034 152,034 00000000000007293c6807547e96f0fad65f40de7072b37b798a1bb0b1c07b42 27 0.01/1.00 vMB 41
152,033 152,033 00000000000007a3d49f4e1849d82e12aa5acdf4eb3f8ad17dfea3e8d580a299 136 0.05/1.00 vMB 32
152,032 152,032 00000000000002c09ea84811f89429dc171b8a90e136ae9ab32e0c7cc3efadf4 24 0.06/1.00 vMB 57
152,031 152,031 0000000000000d56621b26fb7d152fe43d7bbb4fd00e7643f2de4b425b111eea 76 0.03/1.00 vMB 204
152,030 152,030 0000000000000a788b703815bc800a2ee6d55b7d778d816aedc06bd0791a2047 115 0.04/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 783.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: 720.60 GB
    • Received: 18.21 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.