Loading Tool

Explorer IconExplorer

Memory Pool

68,375 transactions
26.12 vMB
0.06608624 BTC
Random Selection Loading Transactions
Max Size: 157.05/200 MB

Candidate Block

Mining Attempt 7b0517951b1c33a7e61222f1a7ddd3659e56becf58ac33d92e83c7cb43cc1e83
Version 20000000
Previous Block 00000000000000000001d78f9a04771d177c8305f36bb59adf1b3d58d4ddf6ca
Merkle Root 13987352bf9f71d8f9ce98a157ac1307ed0d54ac7675010bcc23f747343a118e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,462
Size: 1.00 vMB
Total Fees: 0.01071692 BTC
Feerates: 60.03 > 1.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,514 (811,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,022 104,022 000000000000749114c437a4d3c4261542a09c587126ccb8221bb23b16dbe7fd 11 0.00/1.00 vMB 0
104,021 104,021 000000000003836cfd09ff38bf0dd267c9a8d1f3b33ce54290786e4eedf72103 12 0.00/1.00 vMB 0
104,020 104,020 000000000002b5087e1f4ead7518ace60c6e67aaf902d0e24514822f02ce4799 12 0.00/1.00 vMB 0
104,019 104,019 0000000000031a6d15e7a4b11a0fc024be8773d0beb29c909dcb73a08ed44b80 12 0.00/1.00 vMB 0
104,018 104,018 000000000002414010212003f8731630f9e3e1a86f7c525d55ac75b7c7bb265b 12 0.00/1.00 vMB 0
104,017 104,017 000000000000e7fceb1bc7ee564c765304e9b351309f2c6bc375b8ae158f8f19 6 0.00/1.00 vMB 0
104,016 104,016 000000000000c49dc1fccbdf07ec0255d2638befcfca2efc13411afa55f69b61 11 0.00/1.00 vMB 0
104,015 104,015 000000000001cd129581bc8f76b2f57f0eb427a0492aa2f1f3726c12ebd83859 12 0.00/1.00 vMB 0
104,014 104,014 0000000000003f6a03483aa667fa6cd0d9ddaa544d76d774826b15a074fcdabf 7 0.00/1.00 vMB 0
104,013 104,013 000000000003182051c0afd03712060cdd38e3fa0af3a3979b646beae067b536 2 0.00/1.00 vMB 0
104,012 104,012 000000000000b9cbad3d79a517c1b6d22ae5f77308caeb38c431ad0658ad1bad 1 0.00/1.00 vMB 0
104,011 104,011 000000000000014d7bd98aa1414ff92fe2ace18f61ff7c28f810683a7566bf54 5 0.00/1.00 vMB 0
104,010 104,010 00000000000036239c69d3f3fd7c096c4f05453c44ff662bb43096192215df8e 4 0.00/1.00 vMB 0
104,009 104,009 00000000000343dc31edb0f4df29b426b981e0e2d585829c1640a3b6e95ad48a 1 0.00/1.00 vMB 0
104,008 104,008 000000000002f0049abb2a03512ef0b9309fc9d49b52cd294bf71be5a0adc425 4 0.00/1.00 vMB 0
104,007 104,007 000000000000669328d6afd489abbe0e9aaefb1615c6d2371f022f691e8af06e 6 0.00/1.00 vMB 0
104,006 104,006 0000000000004865f8552b3fa962a3db13e2a5bbf24bb9650b1925e39049ef6b 21 0.01/1.00 vMB 0
104,005 104,005 0000000000003a3875fb8fc6acf7ea672e7a257be370eee2a666fffa5806a265 7 0.00/1.00 vMB 0
104,004 104,004 0000000000016ef150f2da76640ac468999541a8722fc1997c1f4c2c8837b88a 9 0.00/1.00 vMB 0
104,003 104,003 000000000000d5298e648c4280e646ac0525fe6958f38069fabc1d37f1e3c1a3 10 0.00/1.00 vMB 0
104,002 104,002 0000000000037e3497244b4f474fa708cb9f3bb8e658a8664fd25664b46c6acd 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.29 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: 766.55 GB
    • Received: 19.28 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.