Loading Tool

Explorer IconExplorer

Memory Pool

37,351 transactions
25.34 vMB
0.05210235 BTC
Random Selection Loading Transactions
Max Size: 130.52/200 MB

Candidate Block

Mining Attempt 1662171ecb574117935d06591a94e35bf3dd535671880dc1dfade1ec65d3a64a
Version 20000000
Previous Block 00000000000000000000a6a8f5de49fbdec5568798a22c7444a7cf050d6d96e9
Merkle Root aab13e9b93ba8a5a349628ae79fed9af3bbb578877396ab56b404bc779d3a25f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,538
Size: 1.00 vMB
Total Fees: 0.00645373 BTC
Feerates: 100.36 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,767 (347,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,559 567,559 000000000000000000039ccbb3b54ae55935845f61b6f546aff7cb5b7b7104ad 1,751 0.69/1.00 vMB 11
567,558 567,558 000000000000000000179c8ceddcdc409c6dee8652241c6113c127182c4ab725 3,161 1.00/1.00 vMB 18
567,557 567,557 00000000000000000002e220b241a48b05bbe322ed027feb2a07ac5fe03730c4 1,849 0.58/1.00 vMB 16
567,556 567,556 00000000000000000019870ecb0d1840b0b92e8519ecf01d4df5d9cb90e9b5b1 2,094 0.85/1.00 vMB 21
567,555 567,555 0000000000000000000bbfa3ccbfbe2c060b3c4f5803a6b732aa22b34f77faf8 943 0.31/1.00 vMB 18
567,554 567,554 000000000000000000103d0dfa58842a2b5166a09d1c37bb6ae1a9ef061ce29f 3,408 1.00/1.00 vMB 18
567,553 567,553 000000000000000000066ab533531f04344e5855fb631548369ff43cf9c61e4f 2,021 0.73/1.00 vMB 12
567,552 567,552 000000000000000000288fb19d80c71e1486ebf2bca097f26aa5566e2cdd1de9 2,785 1.00/1.00 vMB 10
567,551 567,551 00000000000000000029af2da2f718059fca1d8529439c7713f4023df96413dc 3,348 1.00/1.00 vMB 24
567,550 567,550 00000000000000000019533b1fa372b98185fc5cec78bddc673e5f9fca506d40 829 0.27/1.00 vMB 19
567,549 567,549 0000000000000000000fdd78d509fb0a449dfaae9e7cd11918a4a46586d9524f 1,453 0.65/1.00 vMB 16
567,548 567,548 0000000000000000001ca53bda84ec3180ae73811feed5e00300b0f5d4592478 1,064 0.37/1.00 vMB 14
567,547 567,547 000000000000000000294563a88e9633b72ec7104d009f180d1a6b215c0e48e1 1,719 0.96/1.00 vMB 4
567,546 567,546 0000000000000000000aa9408d429f2429b7385f544de36be4e4b2d9e784fad9 2,596 1.00/1.00 vMB 9
567,545 567,545 0000000000000000000613aab3fe71b0e8bb03a5ee7fdb57efcae3d49d982910 3,482 1.00/1.00 vMB 22
567,544 567,544 0000000000000000000fdc56e6d90e059ca15e1e9fc007b996d53de68c215f0d 2,737 1.00/1.00 vMB 17
567,543 567,543 0000000000000000000016408eb8328006def018b693c6d7bbc1ba0b1bcd4099 2,789 1.00/1.00 vMB 18
567,542 567,542 0000000000000000002c856aef5955c5d87369dc8679ded7ea03f59e659bf027 2,299 1.00/1.00 vMB 7
567,541 567,541 00000000000000000026c6c05a7880506ab8db7ece27c711b80915ae5a224a62 2,972 1.00/1.00 vMB 17
567,540 567,540 0000000000000000001f99a2af3d98eb4b7a450e24f7867bdba45f9f9d9a0774 3,349 1.00/1.00 vMB 19
567,539 567,539 000000000000000000115a0d124cdada514ae1dffb4649788e71666346384581 2,691 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.97 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: 647.95 GB
    • Received: 12.98 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.