Loading Tool

Explorer IconExplorer

Memory Pool

45,658 transactions
29.04 vMB
0.13899793 BTC
Random Selection Loading Transactions
Max Size: 151.39/200 MB

Candidate Block

Mining Attempt c2ec752b251de9e2ffb6189fc07a3ef81b27708fa51990dabf350edc362133f4
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root c6590f419ce9420bfa4f01080c61d54ac0a5a57643ee61b7a41ec04da35cde69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,649
Size: 1.00 vMB
Total Fees: 0.03922424 BTC
Feerates: 100.25 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (435,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,373 479,373 000000000000000000a6c1e81aa56b5b1a0636d944f996b04dd4293f2ee6a0a2 1,895 1.00/1.00 vMB 38
479,372 479,372 00000000000000000045370c2103d5a4dc100c17d212ebe87c04d13cb01f22f5 2,488 1.00/1.00 vMB 149
479,371 479,371 000000000000000000d92a27a8251526aa9c97737e79a41d6bb44db834cc1280 1,928 1.00/1.00 vMB 60
479,370 479,370 0000000000000000008bb0a8a6291c6f3e1f9073c74c688022d96e51f0573d48 2,283 1.00/1.00 vMB 111
479,369 479,369 00000000000000000138e2d1cc61abee0e594d292459cd9d91aad86fc172043c 2,850 1.00/1.00 vMB 157
479,368 479,368 00000000000000000066d93e0fdd09d86c3aee748d9e1fa9265ea27e406da660 1,836 1.00/1.00 vMB 98
479,367 479,367 0000000000000000000e1f3709068112274c8f427d464d497e27d271dc5d19af 2,668 1.00/1.00 vMB 151
479,366 479,366 000000000000000001370d0e2de3d1e9ab218b65ff554fd42fe8b847d41718da 1,308 1.00/1.00 vMB 24
479,365 479,365 00000000000000000087578c997f0134a5ddec610c9c56c1679fc896e52a63f3 2,313 1.00/1.00 vMB 138
479,364 479,364 000000000000000000eba88206a4f4c3aaf860536541259176d70d29affcce1c 1,021 1.00/1.00 vMB 55
479,363 479,363 00000000000000000140a24131bf3dffb9be5ee469fa6733dadb6997095fdb8d 352 0.99/1.00 vMB 16
479,362 479,362 0000000000000000013ee01e6560ed154fd57066ca0fcd7a1f951962b5bb0bf8 1,773 1.00/1.00 vMB 73
479,361 479,361 000000000000000001450374e3c3c56f9ece3909fe96523253a4db3043f8cfea 1,425 1.00/1.00 vMB 56
479,360 479,360 000000000000000000d4f20801fcab288a054e1a745f9949208f13ce8141bf2a 1,779 1.00/1.00 vMB 85
479,359 479,359 000000000000000000e844bcf1f02752ff529507e2aadaa23e01e4331b47ecff 1,491 1.00/1.00 vMB 22
479,358 479,358 0000000000000000002d152adc469bd4f77c453eb26876c4d3252467167bfe43 2,366 0.99/1.00 vMB 133
479,357 479,357 00000000000000000067d5d8114b00e45af861f175adc5d3b57e22414926f85a 1,606 1.00/1.00 vMB 8
479,356 479,356 000000000000000000d4bfb2fd524277a16c12ebe34260756cfc6e56c4c7dca5 1,881 1.00/1.00 vMB 103
479,355 479,355 000000000000000000369b0e96e0ab8dda8947e2b262ad347771f0ae4beadb4b 2,091 1.00/1.00 vMB 19
479,354 479,354 0000000000000000010102b82d6bc85d25db205cbc993b721d7f2f74712ebbf3 1,522 1.00/1.00 vMB 45
479,353 479,353 0000000000000000009775a15b8d118c63117cff1199ff6fabdf2f29f688e5f6 2,076 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.