Loading Tool

Explorer IconExplorer

Memory Pool

81,114 transactions
30.08 vMB
0.09556349 BTC
Random Selection Loading Transactions
Max Size: 179.41/200 MB

Candidate Block

Mining Attempt f0670de22ac146453f584684fb9e2671c60a1a0fbbf8e86b54cc2a5695d8ab3a
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 0c88323f7c6b1be64349234255a147419a6deb26bc2062f9113a8701a1a08889
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,655
Size: 1.00 vMB
Total Fees: 0.03201123 BTC
Feerates: 100.37 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (122,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,186 792,186 0000000000000000000577178712d97e56a8fe83f29e99cdbdeab79333457f6f 3,209 1.00/1.00 vMB 60
792,185 792,185 000000000000000000016ad298af8ed6a610c0b1ebb6d9568ef2c8a8ad1daa30 3,325 1.00/1.00 vMB 66
792,184 792,184 0000000000000000000001935a8488ef1d86c6ffab6a0322ea8e4fc69c09ee8e 3,896 1.00/1.00 vMB 26
792,183 792,183 00000000000000000001413302c3d0a1f254b6918c8f426df06a20ee9e600655 3,428 1.00/1.00 vMB 46
792,182 792,182 00000000000000000003314d5bd11259ff2e05d92fe5933268a9241ce0b67e01 4,100 1.00/1.00 vMB 65
792,181 792,181 00000000000000000002fb42932b5492decdd81d12338dcece2161c05217695c 2,994 1.00/1.00 vMB 38
792,180 792,180 000000000000000000051f43ff76de8054ee1aaf3d0e5ceebc95f2891b06619b 3,337 1.00/1.00 vMB 63
792,179 792,179 00000000000000000001f923fa008f98d17cabcf158e69cffa441f1ad41fbcd5 2,040 1.00/1.00 vMB 41
792,178 792,178 00000000000000000000e767dae72860e2fbd769dff53ea4b4aa55368f8eec48 3,037 1.00/1.00 vMB 55
792,177 792,177 0000000000000000000132e7f3e635895e72ede736f155f96166e1caf77f9632 2,397 1.00/1.00 vMB 53
792,176 792,176 00000000000000000003074ce35a01257f29446ea4044ba30cf04f8f12155ea8 2,507 1.00/1.00 vMB 88
792,175 792,175 00000000000000000000f1d7001f948960b67b95beb5072f03eab11ce456c922 1,456 1.00/1.00 vMB 30
792,174 792,174 00000000000000000002c8758fc11212fd7d05eb02fbbbdeaaeddd5a8a9b6368 4,123 1.00/1.00 vMB 45
792,173 792,173 000000000000000000014a3b9cf711d9aa25597dca71b5446ce016c49720701d 4,430 1.00/1.00 vMB 38
792,172 792,172 00000000000000000000fdd318b7ba358ba991157927612bfe89bd8133c1339d 375 1.00/1.00 vMB 18
792,171 792,171 00000000000000000003bf28b92f6a28607f7e496217ff66bc19856fc63cf2c1 1,191 1.00/1.00 vMB 21
792,170 792,170 00000000000000000001d04524649a646d9e38da3ac8c4d58fd71ce04f92d84b 3,955 1.00/1.00 vMB 24
792,169 792,169 00000000000000000004ab99a7ab7e4f7a6b1b4b1395bdf723e60d8f17d7d08c 2,553 1.00/1.00 vMB 43
792,168 792,168 00000000000000000001b4cac2da451ecdff5ed4eb2d6dcdf1705a14735f8d0c 3,370 1.00/1.00 vMB 68
792,167 792,167 00000000000000000001003c9a85498c483b22af34426a4882e57a79f635179b 3,077 1.00/1.00 vMB 31
792,166 792,166 000000000000000000035703674ea5fad33de3ed2d2a7e0609cd18ad507663a4 2,032 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.