Loading Tool

Explorer IconExplorer

Memory Pool

48,972 transactions
30.49 vMB
0.09307241 BTC
Random Selection Loading Transactions
Max Size: 163.12/200 MB

Candidate Block

Mining Attempt 757f62028fb4f54b51f88e310c680ede3894f8ce5b705d05b66cb2aab4eeadb1
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 93e7d5383889b9a4615b589e1034d4f6c67f0d56a7f392f0033feb6ea9bcea94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,412
Size: 1.00 vMB
Total Fees: 0.03054683 BTC
Feerates: 101.56 > 3.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (425,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,307 489,307 000000000000000000983ac9b9014cbcbfb5ee17f16d82203b46bea08a6a90e6 2,032 1.00/1.00 vMB 61
489,306 489,306 00000000000000000095d73349c2123d09f82b2c1aa8f465a5f416eda92dbc58 2,191 1.00/1.00 vMB 119
489,305 489,305 000000000000000000e0f7f789dd6cb2dc449a3f5724631adb77f140b773d823 2,093 1.00/1.00 vMB 143
489,304 489,304 0000000000000000007e516efd01d71c21e989e5003f050a40c6dbc859e541e8 2,733 0.98/1.00 vMB 192
489,303 489,303 00000000000000000023b8e865e31c698928b988aafb923a890fedd20c47400e 1,675 0.96/1.00 vMB 155
489,302 489,302 000000000000000000a01dd4032a7aff8802f4b0bc439f39ff445d68ffea7d58 1,818 1.00/1.00 vMB 9
489,301 489,301 0000000000000000001cb6c545d6340893c206d40b6b130222896e6666767a5a 1,859 1.00/1.00 vMB 66
489,300 489,300 0000000000000000009f8f3d2e1c4056e5c69f6e2c71fbc8d84168369cd03f34 1,919 1.00/1.00 vMB 17
489,299 489,299 000000000000000000b6074dec20696c7bea2e211fb96f00e6fdc1bca7f12a1e 2,107 1.00/1.00 vMB 142
489,298 489,298 000000000000000000cc26dd086509d3cec8ce9ba4e0492242e992b5939fc733 2,272 0.91/1.00 vMB 100
489,297 489,297 00000000000000000009f45527e286255f01d67ca2e6751bd123419e536cf5c4 2,358 1.00/1.00 vMB 163
489,296 489,296 00000000000000000075b5acc69a2e849303277aa34a0ce665af6604e6f2af58 2,081 1.00/1.00 vMB 29
489,295 489,295 000000000000000000ceec17b5daafda8c03dc4dd433ce88cab4800def37da11 2,174 1.00/1.00 vMB 39
489,294 489,294 0000000000000000000b8b5be2d7f3d1518120f47fb52a73ef02f6803eb6602b 2,101 1.00/1.00 vMB 88
489,293 489,293 0000000000000000008655949de1f6815d9e491d4f43d20d67ecbd9eb50f0a62 2,500 1.00/1.00 vMB 153
489,292 489,292 00000000000000000020df0ace777219f2154388aca45e310995a4d6ab026e3c 1,656 0.75/1.00 vMB 152
489,291 489,291 0000000000000000008f7be8658c5a8a0b9731ffe60ba158ad81a98ce12c471e 2,354 1.00/1.00 vMB 155
489,290 489,290 000000000000000000c7cbe9fb54b8881b42a52627532fa41484dab30bb5b104 2,171 1.00/1.00 vMB 153
489,289 489,289 00000000000000000058fbf36f1a940b672c260f59cb2e6bc75707d2f8be84d0 1,907 1.00/1.00 vMB 34
489,288 489,288 000000000000000000f20d2ea5579e344ab6cfa5a904d58aeecebc72617eb7af 2,516 1.00/1.00 vMB 154
489,287 489,287 000000000000000000b02bce9a5b9356dc1e1ea6576632cdb41cc213463f06db 2,081 1.00/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 782.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 652.42 GB
    • Received: 13.77 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.