Loading Tool

Explorer IconExplorer

Memory Pool

19,179 transactions
8.36 vMB
0.02855839 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.62/200 MB

Candidate Block

Mining Attempt 348e42380a49b4cef362625f1aeeb3e86ec05c8f872063c2a7effa30dd68062f
Version 20000000
Previous Block 00000000000000000001ae09f7a3894a857f0e505314f7e722c0793b2ef8db04
Merkle Root 48172f319a75eedab7b0140aef32b7ac3a93ea34fcb553914a10cb0c28176a26
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,500
Size: 1.00 vMB
Total Fees: 0.01071103 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,396 (754,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
159,061 159,061 000000000000072829fb1e315f28cd4a3b8f7253127fc75a65a46f9a80ed7b71 40 0.01 vMB 4
159,060 159,060 00000000000003b6ac835f42ca4805f3059f5d4bb617973ac8015b88592e918a 13 0.01 vMB 49
159,059 159,059 00000000000008746605e62e4b6eab34c14750b410c3d104615fd0c6ade48ea8 13 0.01 vMB 15
159,058 159,058 00000000000002e70e64ba4479361a7c742d63bcc26e51d4c6166b9e4cc72195 13 0.00 vMB 23
159,057 159,057 00000000000007a421fc0fdef1fdfbe9cfaecd23e41d710e07d262a74dfad001 10 0.01 vMB 44
159,056 159,056 0000000000000cbe2da0ffe463d73ea65018c6f8696de4e4299394323137ce35 13 0.00 vMB 23
159,055 159,055 00000000000003557dd840efda67e096595c028385441ece6a3bd7f02165887d 25 0.02 vMB 6
159,054 159,054 00000000000007f5a5cbb4ae3810b4309980016e77e727aaddafc3092d625d67 6 0.00 vMB 0
159,053 159,053 000000000000099f34aedc8284191803d3f2ef26a29cb6a81c7ac16d3d71f62b 2 0.00 vMB 194
159,052 159,052 000000000000008cf1d9ad93cf988c3a3646888f01a436dde3c1c8eebe645d92 55 0.02 vMB 92
159,051 159,051 0000000000000b31b49291263c977aea5b41eca9f3625f9764698e255e9b2faf 3 0.00 vMB 0
159,050 159,050 00000000000006b448c41244452002fac87befb1a2969f6e9da61825aaeb8cf2 7 0.00 vMB 69
159,049 159,049 00000000000003c72bd842df78740db7e8fc15d084fb6e05abff563e07fb8fc7 8 0.00 vMB 0
159,048 159,048 00000000000009da9bbfb9fbbfbda94227db64490dfdf239825ba6c217c13eb9 12 0.00 vMB 44
159,047 159,047 0000000000000787731d98b52dde24e175bc449f819dd2b81592d94f23fb9132 26 0.02 vMB 458
159,046 159,046 00000000000005a6fbb4b820d10a79a36854f1a03c15f9ba6c34b82d15b91b14 20 0.01 vMB 139
159,045 159,045 000000000000006c66084e60e92547e4c727690cdc5fb6a5364a5fa9cbbb65dc 22 0.01 vMB 30
159,044 159,044 0000000000000aaa199fd9d16707027177aff4956457512a7555d9f9e924fee9 77 0.02 vMB 2
159,043 159,043 0000000000000b0744be9afb2885a5e66ccfa9cbf71c669e123fb9e295a7b8ff 13 0.00 vMB 16
159,042 159,042 000000000000076b3d8d6ada17389b9345f9df5aefdedf5fad8e1a07164ec316 42 0.03 vMB 97
159,041 159,041 00000000000002e616b12df63d6e37deac537a557eb9a3c95e93a581d110acb7 52 0.02 vMB 74
Previous 10 blocks ↓
Total Size: 779.55 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: 259.41 GB
    • Received: 0.99 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.