Loading Tool

Explorer IconExplorer

Memory Pool

49,741 transactions
29.72 vMB
0.10818718 BTC
Random Selection Loading Transactions
Max Size: 158.48/200 MB

Candidate Block

Mining Attempt 487c096d1317bc80cdd8414f59e8fa84e1230e796f5847c3dd7ce44c25b65263
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root b18c35303d6090b204b6178cb2fda595c7ba4fbfba8e1e755178c9c40c772fce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,231
Size: 1.00 vMB
Total Fees: 0.04654289 BTC
Feerates: 301.60 > 4.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (242,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,095 672,095 000000000000000000075fb8e9803eb0977c35aaaf50144f78250af13f014489 1,137 1.00/1.00 vMB 37
672,094 672,094 0000000000000000000bdd231c4c407368c82e3ddbc1cde99ccbf0f6f060d57d 1,167 1.00/1.00 vMB 35
672,093 672,093 0000000000000000000ac48069e7d8857f87b66ad0fe1871526039a75deae41f 2,432 1.00/1.00 vMB 54
672,092 672,092 0000000000000000000336f6ecd8e8c5e4c8fa2a2b6e57d5c15ec239bde9c891 2,092 1.00/1.00 vMB 50
672,091 672,091 000000000000000000041a70963fde46fa80b6bec36712917ecb9c86c79c89d0 2,105 1.00/1.00 vMB 106
672,090 672,090 0000000000000000000aa9298803c3684817a6c07ec6fe36c786eadf4aa385d4 1,988 1.00/1.00 vMB 153
672,089 672,089 0000000000000000000bc749052a33d223a60bc5b1ae50bc5aeba6c5d70fa721 2,108 1.00/1.00 vMB 106
672,088 672,088 00000000000000000003f5020bc6cb029d0d36e0c3e432bd25cb2aa5d86b6380 1,508 1.00/1.00 vMB 53
672,087 672,087 00000000000000000002575660cac829ed86e86dcf4e9c0396cf778fb27f2d4e 1,403 1.00/1.00 vMB 53
672,086 672,086 00000000000000000002c28385072111b8e693ea9babbd0ce0e00aff05624205 223 1.00/1.00 vMB 24
672,085 672,085 00000000000000000009c40266d3277b4f54ccdff9e804d683f8fd893d2f6e6f 433 1.00/1.00 vMB 30
672,084 672,084 000000000000000000050b02a2b6adf22d9bb4c369bfdae2cc5c11445a38ac64 1,490 1.00/1.00 vMB 48
672,083 672,083 0000000000000000000a83c99f56668e394fc2134d1d83a4aaae5fed7ef974b7 2,465 1.00/1.00 vMB 90
672,082 672,082 0000000000000000000989b3c1a170f1460116f30d311747b0799e2f83d5750a 1,899 1.00/1.00 vMB 95
672,081 672,081 0000000000000000000a0c67aff3bb28f9c2a27cf444e96dd77b4b3c6200fab5 1,476 1.00/1.00 vMB 54
672,080 672,080 0000000000000000000396f62f12682084757127ca526494fb9d50e8be7cd1c2 2,586 1.00/1.00 vMB 69
672,079 672,079 0000000000000000000ac509025b080cdad820baec1ff49fba108d656020fc6c 2,457 1.00/1.00 vMB 120
672,078 672,078 00000000000000000006324e00a4f5c357d781d3123caa69e6fb40886bc7df7e 1,219 1.00/1.00 vMB 49
672,077 672,077 0000000000000000000a372ec700efc09cff997be97fd3de1706491f3b37e65b 2,106 1.00/1.00 vMB 58
672,076 672,076 0000000000000000000939d202acb67978fe65f7b319337a297db8af10f5ee3c 1,910 1.00/1.00 vMB 127
672,075 672,075 0000000000000000000c04d7c5fb83b29b912ae74a655dab6f34b3329a9965d6 2,297 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.12 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: 652.12 GB
    • Received: 13.73 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.