Loading Tool

Explorer IconExplorer

Memory Pool

10,950 transactions
16.80 vMB
0.06870902 BTC
Random Selection Loading Transactions
Max Size: 81.04/200 MB

Candidate Block

Mining Attempt 28cddb52640794f06662df00030c89216be2a71c4ca97af2d8efba1940b2002d
Version 20000000
Previous Block 000000000000000000007d62cd0e2c94c7cb33e3fc1e1da22c9438f93274fdc7
Merkle Root 95fa32060fbd0afa1a17f8b061ed7268018730a3ddd0bb860b800090ff504577
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,121
Size: 1.00 vMB
Total Fees: 0.02849386 BTC
Feerates: 150.93 > 2.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 918,649 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
918,649 918,649 000000000000000000007d62cd0e2c94c7cb33e3fc1e1da22c9438f93274fdc7 5,175 1.00/1.00 vMB 1 ago
918,648 918,648 00000000000000000000a0c8fb796f330ad84bb99ea4deb5e90f6c68dd970e83 1,337 0.53/1.00 vMB 2 ago
918,647 918,647 000000000000000000013764e14fdd80b896c10d9277fc7afe17880dc30c7fff 384 0.09/1.00 vMB 2 ago
918,646 918,646 0000000000000000000091e4a39f207261548a41b547b9cbf4d900e21db70b43 6,703 1.00/1.00 vMB 0 ago
918,645 918,645 0000000000000000000150f91ee49d065925df31e284c0f36c2781b454c1dc8a 4,978 1.00/1.00 vMB 1 ago
918,644 918,644 000000000000000000001d97912e5ec97963c66a02fe4e5afc0306da7af17e5c 5,151 1.00/1.00 vMB 1
918,643 918,643 00000000000000000000337a28b0e8af26fae0f89aacbf0d98be28d197edd57d 5,550 1.00/1.00 vMB 0
918,642 918,642 000000000000000000019c5d7996d367460b21bdf750cc99a49e38ebd1d52a71 1,427 0.45/1.00 vMB 2
918,641 918,641 00000000000000000000337d21f0bc2503c52220c3972d4182a5ec193462f4b4 29 0.01/1.00 vMB 3
918,640 918,640 00000000000000000000c9bcdea3bf17f47643d97f4722cb67d68df99d859a94 6,166 1.00/1.00 vMB 0
918,639 918,639 000000000000000000000a1baab2929872e46628d0bf5a53e0da2e2fb63b9cf3 3,805 1.00/1.00 vMB 1
918,638 918,638 00000000000000000001933885385c8b4975f9377a12518a0c7c29830d7137ca 3,360 1.00/1.00 vMB 2
918,637 918,637 000000000000000000016981f1cd9a3d845410fed6b1a9edc6edaa2ae2927d92 3,420 1.00/1.00 vMB 3
918,636 918,636 000000000000000000008e77c11aea63dbfa50283ab719c7a4629329ef64b722 688 0.19/1.00 vMB 2
918,635 918,635 00000000000000000000f4cf74c11adff4884d1f2509483a9b1a7e06ea6a6ad7 363 0.11/1.00 vMB 2
918,634 918,634 00000000000000000000337232a9d12859c47bd9f15af39b0ca3163722fd017a 5,547 1.00/1.00 vMB 0
918,633 918,633 000000000000000000009c61cc65af021feaabdef10ead99327a34a5fe8712a7 4,730 1.00/1.00 vMB 0
918,632 918,632 0000000000000000000109599dbe7fd0a846fe393c4092bae90e070efd7ce873 2,829 1.00/1.00 vMB 3
918,631 918,631 00000000000000000001a2b413161f1c90f7daab468db77cd97483fdb7495de8 2,413 0.61/1.00 vMB 2
918,630 918,630 00000000000000000000b957dc0074a2fb1409f10fb90dc73b0242dbbdc38555 1,019 0.40/1.00 vMB 2
918,629 918,629 0000000000000000000156c0b0cebc560ad162d8f96268d8ef24ec5edb76b463 3,526 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 788.69 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: 1,247.07 GB
    • Received: 43.79 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.