Loading Tool

Explorer IconExplorer

Memory Pool

79,124 transactions
29.56 vMB
0.12274149 BTC
Random Selection Loading Transactions
Max Size: 178.60/200 MB

Candidate Block

Mining Attempt 790a3374fd71f68f20801395ba2009b4b62d75b59532b23b899a209991485f38
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 59cb095212c3826dfeeea357981aedeca454685d028685646e518875a4893bde
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,679
Size: 1.00 vMB
Total Fees: 0.04320334 BTC
Feerates: 198.58 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (248,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,699 666,699 000000000000000000066bd5416e9124300d09a951bb33bcc458e2d8b44f928b 1,394 1.00/1.00 vMB 16
666,698 666,698 00000000000000000006a64ec709f3bc3d66602dadfe49c9276cc556f59eabf3 2,431 1.00/1.00 vMB 25
666,697 666,697 00000000000000000007c78af3a780d177ac7fc298ed7371fb2c37269507c54e 2,013 1.00/1.00 vMB 46
666,696 666,696 0000000000000000000c844601ab8780f5a260c6551bc9fad49d8445069eb512 1,468 1.00/1.00 vMB 69
666,695 666,695 000000000000000000028e0fba7f780f15de53629a7f8a5e1b43f448c2a9931f 2,370 1.00/1.00 vMB 59
666,694 666,694 0000000000000000000a7649d4c54de507e14ccc479e592b52a236128aaf3fa4 2,418 1.00/1.00 vMB 11
666,693 666,693 0000000000000000000a13193e1e9dd84e99246dbd681d4c1e5a36b9e88d55d7 2,113 1.00/1.00 vMB 19
666,692 666,692 0000000000000000000432eb7cd214b2c9ec3918d38e3ea1b53a51362e41de5a 1,478 1.00/1.00 vMB 48
666,691 666,691 0000000000000000000b969e0aed0aed8fec480f6604a7205c73c6a885462a47 2,679 1.00/1.00 vMB 76
666,690 666,690 0000000000000000000220dea0ad1806654633a957eac00e7fdc5c9d98405158 1,481 1.00/1.00 vMB 63
666,689 666,689 00000000000000000009b1962efd1743d464efff73e19ba9da622bbd63fd1294 2,519 1.00/1.00 vMB 89
666,688 666,688 0000000000000000000b80610f058670fe97fea80fc546c3e1d4ae67cd5fccc0 2,639 1.00/1.00 vMB 87
666,687 666,687 00000000000000000009edeaf7bde65dd1ff3b75fecf84c8ebfe12ee458893f2 1,912 1.00/1.00 vMB 29
666,686 666,686 000000000000000000029be90f671af98abccd3ef80bd7616d1d4b00b1c512a3 1,685 1.00/1.00 vMB 87
666,685 666,685 000000000000000000081594d7361cced8247d544a9c656faed242226935db59 2,029 1.00/1.00 vMB 20
666,684 666,684 0000000000000000000565a050f04f805d7f9650513d665a531e4f06db2f710f 1,642 1.00/1.00 vMB 55
666,683 666,683 0000000000000000000c1538a684e7377e0b5a52b935feb3fc1041c8096e275d 1,608 1.00/1.00 vMB 40
666,682 666,682 000000000000000000022ab4cdad20988f7304b12f687bcc8e437130672c33b0 2,378 1.00/1.00 vMB 31
666,681 666,681 00000000000000000002f73400444edd477b7f0fac657e5c2c58d9fa1fd767ba 2,596 1.00/1.00 vMB 77
666,680 666,680 00000000000000000007707c9bb18b86fec4ac9a7a7a195e9063e7e4144dbfbe 2,031 1.00/1.00 vMB 20
666,679 666,679 00000000000000000003429ce21f8480c8c9529bdfa603456f8001ec7706c63e 1,979 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.86 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: 712.95 GB
    • Received: 17.25 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.