Loading Tool

Explorer IconExplorer

Memory Pool

72,010 transactions
27.30 vMB
0.07285920 BTC
Random Selection Loading Transactions
Max Size: 164.96/200 MB

Candidate Block

Mining Attempt 2b962b78602de2b6fded4236b6d88fe10f35e55e5756f15bc59f8ec8c2369f43
Version 20000000
Previous Block 0000000000000000000168c69c0ca71f33f06f795a51a274dc96cdba2a6216f0
Merkle Root d4d60f3e242c5ab8d3aef47436c8327fa5a92d14fd91f7b6b1e9747fcc55e5bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,224
Size: 1.00 vMB
Total Fees: 0.01420446 BTC
Feerates: 322.65 > 1.42 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,565 (645,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
269,640 269,640 00000000000000077c3d715a5536bf58de70a5eb20477239aae95f4eed400a5a 309 0.13/1.00 vMB 74
269,639 269,639 0000000000000007b505aab8df567620322e47f6006808b05fca7426a930be76 182 0.07/1.00 vMB 94
269,638 269,638 0000000000000002432df6fb09bbbb3357e69f2f8dc2c53e6370e30d378c4617 373 0.18/1.00 vMB 66
269,637 269,637 0000000000000006b9dbc777db52c3330ed27b4b564efeafab140a90f4677c13 360 0.19/1.00 vMB 76
269,636 269,636 00000000000000013d4f05bbde3fed22585177218bcb462a5bf2cf5f71a19a2c 304 0.14/1.00 vMB 76
269,635 269,635 0000000000000004f1e0fd7f4995b3f71130ed027952f4b8469286598dde2998 180 0.10/1.00 vMB 6
269,634 269,634 000000000000000837d7051aac01f0e290d70c00435121b19d967619820a13e2 46 0.08/1.00 vMB 48
269,633 269,633 0000000000000005154fd97adb232d6fbabbf25f64fb44dac60d2d3da3c4b4a3 570 0.28/1.00 vMB 77
269,632 269,632 0000000000000003214243a1a0ba2936be8124b5570416850e88b2e0ae4c155a 598 0.25/1.00 vMB 82
269,631 269,631 0000000000000004fcd45a0adf1d8712db76ef915bd715170aa4e0e12cf93400 342 0.20/1.00 vMB 32
269,630 269,630 00000000000000048e4761367acff7b928961e6c5d8e8e9d35ada2f136264351 686 0.25/1.00 vMB 111
269,629 269,629 0000000000000002c8d47efe7f3d774b9eb50f0931af541c4576f4b0ae3cac32 449 0.19/1.00 vMB 61
269,628 269,628 00000000000000016259ad6760cd01ecde591ebfd884f63bd7a52a2848ee666e 1,053 0.50/1.00 vMB 68
269,627 269,627 000000000000000330d9e02610ddf79afcf49dd46331d1e6bf1d220c5775df71 64 0.04/1.00 vMB 78
269,626 269,626 0000000000000007480d6649bb6902c9b2825668bdc8df01c0cf22d585a4ada8 189 0.09/1.00 vMB 61
269,625 269,625 0000000000000003415ae8894e793d71a3284e16abb86fe39a690ba2eb2f1e76 407 0.21/1.00 vMB 98
269,624 269,624 0000000000000002e5079fa0df30c47e09ea8f0f10ccc69b59f1614cb3bcf707 63 0.03/1.00 vMB 58
269,623 269,623 00000000000000045d40395a0bb485393c768ffe7dc9932c2d00219b72de0975 293 0.13/1.00 vMB 32
269,622 269,622 000000000000000655ee5995b1383850dae187f247c14a9123e88a3ef2f50b58 577 0.44/1.00 vMB 25
269,621 269,621 0000000000000006962ed9ba8ef3945d50cf94a9d050c2a6f1bdb5cd3ddea0ae 1,326 0.50/1.00 vMB 111
269,620 269,620 0000000000000005b6899920fbf1096ee3720d74b6e8aeadfe22988473e70b48 265 0.15/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.37 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: 768.67 GB
    • Received: 19.63 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.