Loading Tool

Explorer IconExplorer

Memory Pool

80,515 transactions
29.97 vMB
0.12133368 BTC
Random Selection Loading Transactions
Max Size: 180.31/200 MB

Candidate Block

Mining Attempt 30c7d2319704f53ad022480408d27d1f462fc1c2396ef744400a83194274441e
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 14f3e14640ee4ee742db757a3b6ada836565d6365c780ed3e3bb73fe10b1a3c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.05023447 BTC
Feerates: 242.90 > 5.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (704,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,749 210,749 00000000000004d7f6434f0c3d50c3cb29f1af599b8c2661269f383c884263d6 271 0.21/1.00 vMB 115
210,748 210,748 000000000000025d7c77797aba80c7cb8c04876bdeaa6bb9de4b5eab38df05ce 57 0.02/1.00 vMB 131
210,747 210,747 0000000000000206bb46def7f5d3d26c7d150d97dfb80d46ef1f8c292f4d369d 59 0.04/1.00 vMB 119
210,746 210,746 000000000000046d536dbeaff8db1eef2bf702cd3e12b013e88684dc8b9a0737 94 0.04/1.00 vMB 186
210,745 210,745 00000000000000811fff5ff8e3db3d823eb1405acac7375d8bb2cb1ba1629292 101 0.09/1.00 vMB 181
210,744 210,744 0000000000000113cfceb84e51e79576ee361b86e33cb469c6abd2ab9cda659e 188 0.18/1.00 vMB 97
210,743 210,743 000000000000043fd93957814a15e23a7634b2038566f597dee8586ed565551b 277 0.11/1.00 vMB 528
210,742 210,742 00000000000004943ed3fe5b29a7fc79b55c97f6cf7a6cb8c10f638b391e83df 242 0.10/1.00 vMB 190
210,741 210,741 000000000000016d482a3daac01c9efabef5ecb19b44e29b18e0ad6fe0e974f9 144 0.05/1.00 vMB 89
210,740 210,740 00000000000002858c51e9edbf595926c209c84cb0b33308fba78e29e21f093d 103 0.04/1.00 vMB 125
210,739 210,739 00000000000003b0da609a4455d7573ec74b84bf3ed13fea8df129ba16c6a119 229 0.10/1.00 vMB 281
210,738 210,738 000000000000027c5b8c2227947cde3f155df7f47a2ce12621779e5e91b0fd42 409 0.18/1.00 vMB 174
210,737 210,737 0000000000000327ea4f19998b6c9a65951899349da4a9a3196ec2ed51ac3e02 124 0.06/1.00 vMB 188
210,736 210,736 000000000000011c79cab5e477aad3335c3e3077813e9a2d0b84510856226bff 8 0.00/1.00 vMB 124
210,735 210,735 000000000000038736eeccaf62cf201c5031ca3221e29b72a61c6af1a1bbccf5 1 0.00/1.00 vMB 0
210,734 210,734 00000000000002dc4f0a1713f849dd4e57a5b1541b5efaf9c7120a220e201215 42 0.02/1.00 vMB 111
210,733 210,733 00000000000000532480c67a8f49959ab4945241d6ebeb677a8f837e35bb109e 157 0.06/1.00 vMB 166
210,732 210,732 000000000000040e1ee1857263b0668cce2952514228c8f6c1b5e026857cb95b 122 0.04/1.00 vMB 33
210,731 210,731 00000000000004701ea050d62725d7e8dab2f2dfc4d8ba34bd31e99447838502 62 0.04/1.00 vMB 114
210,730 210,730 0000000000000188d2a5fba6c3edb286ff5517dc723c709b66af2b0a65b6f4d9 52 0.03/1.00 vMB 250
210,729 210,729 0000000000000186e7232e58515bfcc940cd3c52cd3dc7261b04acc87706fce5 260 0.11/1.00 vMB 212
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.