Loading Tool

Explorer IconExplorer

Memory Pool

76,670 transactions
28.57 vMB
0.06998798 BTC
Random Selection Loading Transactions
Max Size: 173.14/200 MB

Candidate Block

Mining Attempt 4e00809fe88e02b0218855ca23a257e94aae240656b81723d1c5426da9898bb4
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 09c3e66d3d0f6c6414d7ac4ecfdef2dbe54023009c2da09d585524a2e70e1aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,599
Size: 1.00 vMB
Total Fees: 0.01050149 BTC
Feerates: 71.79 > 1.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (291,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,963 623,963 0000000000000000000836e1b2a7b0e48eccdc2bfc7713e88af868a7f9611677 3,006 1.00/1.00 vMB 23
623,962 623,962 0000000000000000000710b6c84ace554feddd15aca1c6f3bb80da7a355b5375 2,285 1.00/1.00 vMB 39
623,961 623,961 00000000000000000007a55ff55529d9196f9fa18419d016b49728a5ca043925 2,681 1.00/1.00 vMB 22
623,960 623,960 00000000000000000005795eb4ddb5a185800fbed2e5016ba08b0381036a24ff 1,874 1.00/1.00 vMB 38
623,959 623,959 00000000000000000013910cc2a51b85f158a016ed29f8af10619495ef5df58e 501 1.00/1.00 vMB 3
623,958 623,958 00000000000000000011683f1bde7327f16654dd6fc6f8a6f11f12a99b8cc328 1,390 1.00/1.00 vMB 8
623,957 623,957 0000000000000000000d3cc482f84e2ee953864e38d996469ea76f3c33e8ac23 1,658 1.00/1.00 vMB 11
623,956 623,956 0000000000000000000048c99f0402546a2c4ccb6e74d6bca3c247ba027b5aa4 1,962 1.00/1.00 vMB 12
623,955 623,955 0000000000000000000a46253f86df17f8ac7ad8f27cf90808df6af2ca90056a 614 1.00/1.00 vMB 3
623,954 623,954 00000000000000000004df70d87c8c04907e2382666810b6871cef8ec025b774 2,018 1.00/1.00 vMB 12
623,953 623,953 0000000000000000000952314c97df4f79e2492acc215d206032a3ed89e514fe 2,040 1.00/1.00 vMB 6
623,952 623,952 000000000000000000047dd2df1d766162185732cbd2318e5c542888570ac93c 1,825 1.00/1.00 vMB 16
623,951 623,951 0000000000000000000b1efa2e2c7e7dfa9800dfd66e90e5efbe5530c803da43 2,672 1.00/1.00 vMB 26
623,950 623,950 0000000000000000000f2adce67e49b0b6bdeb9de8b7c3d7e93b21e7fc1e819d 2,595 1.00/1.00 vMB 35
623,949 623,949 000000000000000000113b44d51deb2224807c4afc1badfe92909b4bd328ca9f 1,269 1.00/1.00 vMB 11
623,948 623,948 0000000000000000000ba251bf6b2f9eb9f12f7db7092f3f7b394733d631d9ec 1,577 1.00/1.00 vMB 7
623,947 623,947 0000000000000000000742f52cba2bec3a1a5b555e4bd04b6d320d39b586c662 2,161 1.00/1.00 vMB 13
623,946 623,946 000000000000000000122ec39ee5adcd79e8f247993dc70a90842dfbc3037f0d 2,608 1.00/1.00 vMB 8
623,945 623,945 0000000000000000000706d6f7f39581ff16d31cb9e58082cd78a9c2b05278e8 2,444 1.00/1.00 vMB 25
623,944 623,944 00000000000000000008ab700bbd8c0413ebeb3ac9c67c620bf0310c2f7ca10e 2,674 1.00/1.00 vMB 27
623,943 623,943 0000000000000000000ba944dd9cce0469fa1ec2862a6b785d716d428ba3b35f 2,717 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.