Loading Tool

Explorer IconExplorer

Memory Pool

75,196 transactions
29.00 vMB
0.07982544 BTC
Random Selection Loading Transactions
Max Size: 171.47/200 MB

Candidate Block

Mining Attempt 14a74f6b2a3b482d3a8cec56b1aef3aaa0f0e7d5efef1ebc99963f404b4bfb80
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 1766c2dabffcf9896f9750eca69b08be6db60ab9615122c7794e13f08216a2ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,778
Size: 1.00 vMB
Total Fees: 0.01897822 BTC
Feerates: 100.29 > 1.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (504,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,773 410,773 0000000000000000013c5a9c3227aa311f5f2a37adbdee3070f0a7db9d59afe6 2,010 1.00/1.00 vMB 30
410,772 410,772 000000000000000001fdd42a309bf2898c6b34a6af3be319a4f38e2edb1a0a9c 454 0.19/1.00 vMB 37
410,771 410,771 000000000000000004129a4fe72b6af981a0a8524aeab60cb86cee30feb35346 2,083 1.00/1.00 vMB 34
410,770 410,770 000000000000000001bba54efcf96d36fe1ee240b3b283ecbbf0e38127c8418c 2,223 1.00/1.00 vMB 55
410,769 410,769 00000000000000000566023a02d45ad081b00939d1757dbed71f3d076f001c6c 1,734 1.00/1.00 vMB 28
410,768 410,768 0000000000000000060f3f4216323a8d6b2d611b960089dfc42622b9db482e3f 829 0.36/1.00 vMB 34
410,767 410,767 00000000000000000014b90e533384a90847e0c31099451e8826b269531f23d7 1,755 0.76/1.00 vMB 35
410,766 410,766 00000000000000000286c3a98c719efad0a212cf48cbd0bad5402fe080a95cdb 1,837 0.85/1.00 vMB 34
410,765 410,765 000000000000000002fd0edd14a87379e18059d73b7efdf039bd1b11b1269064 712 0.32/1.00 vMB 35
410,764 410,764 000000000000000005dbeaa7cdbb94d8ecb36e0326f6533e8f609fa4601a99a2 478 0.19/1.00 vMB 37
410,763 410,763 000000000000000003515aab79843b5bf96b3af14025fdd3fb0451e6369e4b84 269 0.11/1.00 vMB 39
410,762 410,762 000000000000000005f30a0b900567a384d9cc53aec1ff2d08fd22f042b44597 1,185 0.90/1.00 vMB 25
410,761 410,761 0000000000000000003933f60c360f257b0a1ebf6cf3be893adbcc76ed0e3d0a 2,074 1.00/1.00 vMB 28
410,760 410,760 000000000000000005aea2d81ec52f77bcec4499647b4bda8db44f11d16d9195 3,189 0.99/1.00 vMB 51
410,759 410,759 00000000000000000145c3494b92d9e89cdfc3e67520b88816055881d4761d98 224 0.08/1.00 vMB 41
410,758 410,758 000000000000000002e42b8a3233726c9088deb872ddbd72e7d097b8d65f4ceb 2,003 0.78/1.00 vMB 37
410,757 410,757 000000000000000004974af1f6588617f7a93a4c4d97446f767c0d8bc6b7079f 717 0.40/1.00 vMB 29
410,756 410,756 0000000000000000005c539fc8d074c4e49af588ea333ec554b49f0d90baaa8b 277 0.99/1.00 vMB 7
410,755 410,755 00000000000000000547fc095831b0eb9681e96449f5f8630ffac399180b51d5 798 0.33/1.00 vMB 35
410,754 410,754 000000000000000005e6e086bd324676c193f232c95569b13d3eab572d03ac91 552 0.31/1.00 vMB 35
410,753 410,753 000000000000000005b0e4570b074b52db0e8029c26aea1a215d7fd6c709d83d 1,443 0.67/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.93 GB
    • Received: 15.32 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.