Loading Tool

Explorer IconExplorer

Memory Pool

81,418 transactions
30.80 vMB
0.11050229 BTC
Random Selection Loading Transactions
Max Size: 184.58/200 MB

Candidate Block

Mining Attempt 90438bfd827e67426a87a820b9274dd3c046048ea411ab3c251a6ffa1147200b
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root b2da438b88dad576e688dd43688e5446a09a4a0f499f49695d01d702a50c4f1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.03082406 BTC
Feerates: 101.42 > 3.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (255,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,042 660,042 0000000000000000000083dcbd6fa4482c436381e05a7ee157bd0ab3147c9096 1,745 1.00/1.00 vMB 120
660,041 660,041 00000000000000000000a010d397845ec0e1d47a71c150c59def08d5e8d719b5 1,924 1.00/1.00 vMB 130
660,040 660,040 000000000000000000034b0ad5ff936797fd05329e65a46468f6bf579fadc35c 2,110 1.00/1.00 vMB 33
660,039 660,039 0000000000000000000588ffbd9f6e0fd13055890bdfa7712f197a3b2d43d337 2,476 1.00/1.00 vMB 60
660,038 660,038 00000000000000000000960f4476a8552cac203eec6e0f826886b41fae402bec 2,764 1.00/1.00 vMB 97
660,037 660,037 0000000000000000000e39baacd9d8d56dc6976c896fd6d33093f23b6fbefdc2 1,888 1.00/1.00 vMB 19
660,036 660,036 00000000000000000003dd09bd763c3a56f2608f5ae5f29f591386b6d2fc8604 1,783 1.00/1.00 vMB 28
660,035 660,035 00000000000000000005c67cf9de8ea2a770fafb84edd8f0cea9408d9d778822 2,798 1.00/1.00 vMB 93
660,034 660,034 00000000000000000008d2e6653d0f8e4cf8f917913e05e137e65c1fb037c4b4 1,569 1.00/1.00 vMB 5
660,033 660,033 0000000000000000000539524d5ceec818e93420247ef4240bda859d9a637bf5 2,211 1.00/1.00 vMB 35
660,032 660,032 0000000000000000000d5d6ab0cd1ccb28b2b6c915e7413a122e09035dc5c9bc 1,478 1.00/1.00 vMB 41
660,031 660,031 00000000000000000005175ef138630a7ca4ccc95113515de44d7ede5848d81b 688 1.00/1.00 vMB 23
660,030 660,030 0000000000000000000c1d35b278efd49ac4186e3931a3ef20540531d47fc23d 944 1.00/1.00 vMB 20
660,029 660,029 000000000000000000074551080f954e790edfe6ad810ecebf4691e881175eaf 808 1.00/1.00 vMB 21
660,028 660,028 0000000000000000000bf76bda25a4a9da3b7d0471180d20e4cbf3f860a232fb 690 1.00/1.00 vMB 11
660,027 660,027 0000000000000000000be7ec936c95821f52c1355a4eb2c7ed03942feb255944 1,665 1.00/1.00 vMB 20
660,026 660,026 00000000000000000001a1f391cbe3044b6bb4363f3358c2d87da9e1ae9945dd 1,813 1.00/1.00 vMB 53
660,025 660,025 0000000000000000000634829cf3062ede23670b26b0881c8c950dea9bd55fcf 1,389 1.00/1.00 vMB 19
660,024 660,024 00000000000000000005cc203380b54c9232c8b2556cfda9a1cf1cdc7c83f01d 2,151 1.00/1.00 vMB 30
660,023 660,023 000000000000000000070f733a7938515c60e693fb07c46538a9fcff5d1c6830 2,153 1.00/1.00 vMB 52
660,022 660,022 00000000000000000007fe3da2f4a4f207398d4d7dbeee24c5cfab7a37231e1a 1,453 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.