Loading Tool

Explorer IconExplorer

Memory Pool

26,925 transactions
4.99 vMB
0.01332612 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.15/200 MB

Candidate Block

Mining Attempt 9838581cde424fb286e11412ba72ddf5dde973f69dd0c34306f2f22372a0442c
Version 20000000
Previous Block 000000000000000000016599a87148a9e7594585cd473996ae72c110e2f10436
Merkle Root 2d0e88e8847a0b4f6284a929f57ee56b9ad4375d6d1c24ca1b465ec6d66fd7e1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 23
Size: 0.00 vMB
Total Fees: 0.00023231 BTC
Avg Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,940 (767,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,933 145,933 0000000000000397a400f8ab86a3bd4ba246840be95984242c8da790d415578a 0.00 MB 6 354
145,932 145,932 000000000000068e3c2746ee5e33b3e8c24abc45ab8d410f576500dec899f2f2 0.01 MB 14 51
145,931 145,931 00000000000006f63f53569539e4e6aa742a01d9e0e2aaf8532ae2f2e3ab1749 0.02 MB 41 121
145,930 145,930 000000000000061793572763dbf99b31c2a4f4b0a6495843e94c8bb2f4bf180d 0.01 MB 10 76
145,929 145,929 00000000000007b8ecec4512751b86d7868bc4d70867cfcf05c93a7696f9ac17 0.01 MB 13 53
145,928 145,928 00000000000003a4d28ad25f29ecbb45895b394c931a3be5357027f9bfe01d06 0.05 MB 73 362
145,927 145,927 00000000000009345e67bfbd5878b97e204e19466dbeb2fbf94cf2a273d87f4c 0.01 MB 20 202
145,926 145,926 000000000000069013f69a0420d8bc38a102a8088c60fe5819e0cb86ce4b37b3 0.01 MB 31 0
145,925 145,925 00000000000006bbecabdd477103f5249f2214becc4e5c57fc2e8331a8b426a7 0.06 MB 72 128
145,924 145,924 000000000000022d0daae385e12f0f8631944c33a3ada73b774923e8df52e59f 0.01 MB 21 242
145,923 145,923 000000000000037647d30793c77b7910f26aa62333f23fa200e7159101d4b0b8 0.01 MB 33 5
145,922 145,922 000000000000011a2e0e6974a7433d6d64b5b3853fb0c85d72b6d1aea1bf9578 0.01 MB 32 427
145,921 145,921 00000000000005f5b307c937ec61d9393f944e730c0c47998a2b191d43a5ece5 0.04 MB 124 8
145,920 145,920 000000000000066e11c3fe9e4cc96ab86b1cb27dcc30fc281298d3eaa0176599 0.07 MB 156 178
145,919 145,919 00000000000008f65f688a7a53db4e91bfb6e63fcc3302ac1efb0a388c159fbd 0.05 MB 115 465
145,918 145,918 00000000000003b393c125d2d22c387e0a164268015ae0c5ac00a08752da57e7 0.05 MB 103 530
145,917 145,917 00000000000002a61160df7a12b41efb800f171da271cb70cd260b79918222df 0.03 MB 33 117
145,916 145,916 00000000000006a2d13ddf10260ba69ed0e514d295054a235d232242de593da9 0.04 MB 92 80
145,915 145,915 000000000000017e3561efa19afa6f11532c2fd1703a7df54c965091f703baab 0.01 MB 8 737
145,914 145,914 00000000000000c586b05b01d6a078d3c5d4d1a9bed79586c44c5bce88551484 0.02 MB 71 57
145,913 145,913 00000000000006aa32ec67fb69a80367c4e530d31d76491cf20ef47d5a73f419 0.04 MB 120 157
Previous 10 blocks ↓
Total Size: 778.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 336.74 GB
    • Received: 2.93 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.