Loading Tool

Explorer IconExplorer

Memory Pool

41,922 transactions
27.70 vMB
0.07631441 BTC
Random Selection Loading Transactions
Max Size: 143.02/200 MB

Candidate Block

Mining Attempt 0cad478437559a1aa73865d17fac150730a061be3faaecdc677e0570798ba220
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root b589bd09cab81f3fc4e64293a859aa20d1422fe388e79454281012a72f8a3555
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,216
Size: 1.00 vMB
Total Fees: 0.02120624 BTC
Feerates: 180.63 > 2.13 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (424,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,829 489,829 00000000000000000022f485a9cbbe427e2b92d801410f5be05f6c2981e06fd2 2,160 1.00/1.00 vMB 27
489,828 489,828 000000000000000000c1556055b2daf1321156fa86573be399e61f074cd21636 873 1.00/1.00 vMB 50
489,827 489,827 00000000000000000087efb04bfe084bc83d285b38447b51c8d2154a21ecd7d6 2,071 1.00/1.00 vMB 234
489,826 489,826 000000000000000000be86422482d43413ec385f825c8f3ac4833670b8c7a2ce 1,934 1.00/1.00 vMB 141
489,825 489,825 0000000000000000002df9c32a850db46923225ccfe63a45a9651e3e82e82fa4 2,473 1.00/1.00 vMB 83
489,824 489,824 000000000000000000aa8efc1078bad0baf5b7239362ca4e4e91c5f46d854362 2,288 1.00/1.00 vMB 196
489,823 489,823 0000000000000000002a50964456139d5ef4c506db9b6b99c3c29879e2fbfce8 2,166 1.00/1.00 vMB 154
489,822 489,822 000000000000000000a6657d950563bf63dc92fbf78a3bd485abab7906c48f36 2,327 0.95/1.00 vMB 85
489,821 489,821 0000000000000000005051e172d9c25f0a0311f3c0534ddebc69d4e9253677de 1,453 1.00/1.00 vMB 111
489,820 489,820 0000000000000000007c37654966bab779d7f81f701c40a008d572796a1b32fc 1,873 1.00/1.00 vMB 138
489,819 489,819 000000000000000000e0c8769e0d8cfd1e04c5cd7197746881175dc3e92031a3 2,058 1.00/1.00 vMB 249
489,818 489,818 000000000000000000e72d26ef464604ccd6abda206248ec98448a2ba1da0c1a 2,713 0.94/1.00 vMB 78
489,817 489,817 000000000000000000de8c7cbc846f912f5fe593d787d4eb69b3ab6355f9045a 2,170 0.96/1.00 vMB 122
489,816 489,816 0000000000000000009ed58abaa486a33d4d8fa7b84250a68a503a3ac226b1a9 2,080 1.00/1.00 vMB 163
489,815 489,815 000000000000000000a7ef2a4c325bba5d8105c54c0fb3a3dea2ee34219ece4b 2,661 1.00/1.00 vMB 266
489,814 489,814 000000000000000000e0b9de3be09cbceb4612d2a1ba02bd5f4d104ed73ce390 1,840 1.00/1.00 vMB 134
489,813 489,813 0000000000000000001051cabab16e036815d003fbc4b0ef41e45e68719cba0b 1,730 0.96/1.00 vMB 125
489,812 489,812 00000000000000000073fee662b7d1ea4cc6e21cb6450cf5559610017e9b8eba 1,911 1.00/1.00 vMB 124
489,811 489,811 00000000000000000059f3764f2547c8c562991651e82545095a4953a1242df8 2,420 0.95/1.00 vMB 243
489,810 489,810 000000000000000000d39fb202a99cae8fbe8f40e237f9eabda97851027fd101 2,495 1.00/1.00 vMB 206
489,809 489,809 000000000000000000cadb2113c3c0ba33ab2c62e646296c952f5e97add298dc 2,622 1.00/1.00 vMB 250
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.