Loading Tool

Explorer IconExplorer

Memory Pool

81,709 transactions
30.38 vMB
0.07764829 BTC
Random Selection Loading Transactions
Max Size: 186.50/200 MB

Candidate Block

Mining Attempt 17cab2183e74fc22a2fdb1ddef83bbec89476e16a7eab1cc1e335b6a18c1c54c
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 7953b3bc7c232acd6868b06c0eba41d938b8e60fc37cc20b1e22780311ba5186
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,865
Size: 1.00 vMB
Total Fees: 0.00958189 BTC
Feerates: 72.50 > 0.96 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (7,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
907,662 907,662 000000000000000000019e0eb8b0195041583066f17a22170fe19031fa902fb3 1,713 1.00/1.00 vMB 2
907,661 907,661 00000000000000000001fad3a86b5474973d7f4e229c99dfb4391b2f611d87b9 2,549 1.00/1.00 vMB 3
907,660 907,660 00000000000000000001e9cccd8428a6ea8a6952cf7e21ba0828020e2ca280a4 3,418 1.00/1.00 vMB 9
907,659 907,659 00000000000000000000a8bf7a721e26e39b5e5e2f1aa90573b71c210a162133 2,808 1.00/1.00 vMB 4
907,658 907,658 00000000000000000000800f446bf88b95db07eb880b573059b4ea15364274e5 3,449 1.00/1.00 vMB 5
907,657 907,657 0000000000000000000135258e66b91824c661c615d198d96c46a2cb02286b9a 4,059 1.00/1.00 vMB 7
907,656 907,656 00000000000000000001d9918e63f5912a83ffef758c7c22396230d753e31d0e 2,564 1.00/1.00 vMB 3
907,655 907,655 000000000000000000015d067eebf9eda062d3e593cf9b28c7b0f92cbba7d3f3 3,787 1.00/1.00 vMB 4
907,654 907,654 00000000000000000000892418bab045e2454092ae83c4b357d2689404fd3e35 2,149 1.00/1.00 vMB 4
907,653 907,653 00000000000000000001f4cd0fe5496a8e5b24b7c5cf5bd81df133b5c9441290 3,140 1.00/1.00 vMB 3
907,652 907,652 000000000000000000009d67e1ac5b55829c043f9becde948363a31d2a4c8e61 3,382 1.00/1.00 vMB 3
907,651 907,651 000000000000000000008b1ae12c8f9a0713cb6b959e8948a2417777e7e7b6f5 3,486 1.00/1.00 vMB 3
907,650 907,650 00000000000000000000e30f20aef6e40d1a178dda5772b2486e87b648d028cb 3,234 1.00/1.00 vMB 7
907,649 907,649 00000000000000000000aeecfc2c59ba6996734f5058c5b650fd47a0faec664d 2,694 1.00/1.00 vMB 4
907,648 907,648 000000000000000000016bbbb148d3cd16a53a7d4fd154ed40356b577455c836 3,356 1.00/1.00 vMB 1
907,647 907,647 000000000000000000002d6fb77117d33f31e16593eba913b38293aee4a6f50b 3,217 1.00/1.00 vMB 2
907,646 907,646 000000000000000000014660a93f9dc7f0ad7e2c5ae113f67f03952e615b9246 1,796 1.00/1.00 vMB 2
907,645 907,645 0000000000000000000088b41c5e5b4d2a788cba4383712549d831e0917f89d6 3,976 1.00/1.00 vMB 5
907,644 907,644 00000000000000000001a52bb788689d266ea2e5e5fe3c6cb12561222699510f 3,257 1.00/1.00 vMB 8
907,643 907,643 00000000000000000000b6edb5ec4975886b211a6c92dd1c8300fa515a6e10f3 1,528 1.00/1.00 vMB 3
907,642 907,642 00000000000000000001178210d11e880d1e728d516028407214960fc7354266 3,168 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.02 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: 719.06 GB
    • Received: 18.01 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.