Loading Tool

Explorer IconExplorer

Memory Pool

44,713 transactions
28.54 vMB
0.06446005 BTC
Random Selection Loading Transactions
Max Size: 151.80/200 MB

Candidate Block

Mining Attempt 97f743db3da73340df15b391c8490a6dd9f7b8b1ef6d53034dd1edab2058f0f1
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 0732325b5d1126d6d92d7df7a4b3a9d9d06c780fc19638622958f5473fd597c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,296
Size: 1.00 vMB
Total Fees: 0.01039184 BTC
Feerates: 60.21 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (170,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
743,861 743,861 0000000000000000000787934c20498b4fb362a5edeec5a7df7606743f0405a0 2,597 1.00/1.00 vMB 25
743,860 743,860 000000000000000000056cceb58218e341ee49553011b8df707d84ba63be7195 2,772 1.00/1.00 vMB 32
743,859 743,859 00000000000000000002bba3772e40a9739a97e4e20db82596410868c16f7b46 3,337 1.00/1.00 vMB 28
743,858 743,858 000000000000000000021bc00b4d5eb0b7d749a57a92f3b35cb5e43cadb39a76 2,735 1.00/1.00 vMB 32
743,857 743,857 0000000000000000000349ac8ac117dfa26ee533f3bd57bcf6efbac3c377b1eb 3,304 1.00/1.00 vMB 36
743,856 743,856 000000000000000000078b2a3270d047a6faa90de3bf077cdc3dff62a917f38e 2,547 1.00/1.00 vMB 26
743,855 743,855 00000000000000000007356bf6467f5dc311cc122d2d4477fe804fd8d69407fb 1 0.00/1.00 vMB 0
743,854 743,854 00000000000000000005e28a41cdb7461953b9424b4fd44a9211a145a1c0346d 2,903 1.00/1.00 vMB 39
743,853 743,853 00000000000000000008b9d65609c6b39bb89d7da35433e4b287835d7112d6d4 3,240 1.00/1.00 vMB 27
743,852 743,852 00000000000000000005d09925fb1803df02f4ac320d991520cae1b1ee10de8e 3,040 1.00/1.00 vMB 31
743,851 743,851 00000000000000000001307418a304341c1a166795cfc51e0d34d3faa67f4393 3,066 1.00/1.00 vMB 47
743,850 743,850 00000000000000000001d05dc6f74f70da1658ea9e4f6e3c81afeb2039f17f1c 3,165 1.00/1.00 vMB 31
743,849 743,849 000000000000000000088e6041b025be3235dea08b35cb254e938c04bbd2b4b4 2,673 1.00/1.00 vMB 37
743,848 743,848 000000000000000000033bb5b2682c05ef56b98bd311dbb6a78f34174ac7f108 1,724 1.00/1.00 vMB 22
743,847 743,847 00000000000000000009737354aece7730d4607865fa96ae3301aa532da86bee 826 1.00/1.00 vMB 19
743,846 743,846 00000000000000000006c283f9fc5c4953976e0094a5b0bafd0b55d214bcde0d 2,042 1.00/1.00 vMB 31
743,845 743,845 0000000000000000000708199796bc73d470eaeb37271ae8b358898e02c0a3b3 2,499 1.00/1.00 vMB 35
743,844 743,844 00000000000000000001592eb0a1bba9a66f963960e96d57593906ffb7e46983 3,275 1.00/1.00 vMB 33
743,843 743,843 000000000000000000052facf54b94d47f802e10576e0b58b469da5f2cac5672 3,001 1.00/1.00 vMB 20
743,842 743,842 00000000000000000003407b1cba0c72f09d226ff9b18ae5fb198bc5f5c4e716 2,500 1.00/1.00 vMB 32
743,841 743,841 000000000000000000093e54d9eeb05a319f1cc3518869e5865403ad9a290976 1,554 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.80 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.