Loading Tool

Explorer IconExplorer

Memory Pool

37,247 transactions
26.87 vMB
0.06067681 BTC
Random Selection Loading Transactions
Max Size: 136.52/200 MB

Candidate Block

Mining Attempt 659a294951ed2c68b8b73827acaf3564c758dd08bb7b01be88490e29aca1a400
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 71b78fbd7d03e6a2c801a240ad263da887961d6ce514bb215e104c3af9eb8e9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,865
Size: 1.00 vMB
Total Fees: 0.01028860 BTC
Feerates: 74.79 > 1.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (511,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,181 403,181 0000000000000000033d698e26d1e8adfdf904cc963493276bd1a7779fe16d56 1,181 0.99/1.00 vMB 23
403,180 403,180 000000000000000004e64048e06447eb6ff21968a92c3bd6a7e5f090e5866342 778 0.41/1.00 vMB 38
403,179 403,179 000000000000000001c1730785546d7d2ff9fbcf9e70bbcf1b493f6faf8d0537 595 0.34/1.00 vMB 33
403,178 403,178 000000000000000006d0d6eaa2e877a7de3dd9e45c10a1a86b706e8753043586 2,689 1.00/1.00 vMB 47
403,177 403,177 0000000000000000044975500b6bc40b5231c0dbe27eb43f64805c5afd91b7e9 681 0.29/1.00 vMB 38
403,176 403,176 0000000000000000059a0cf8c1adc6108571ca04b1c7a175ececa3dd2f78564c 778 0.33/1.00 vMB 41
403,175 403,175 000000000000000003a7503b97281717e2efb975d36c7035c847e44c64deffeb 1,423 0.61/1.00 vMB 39
403,174 403,174 00000000000000000181cff86a5f38a1f53afdea52fb8dc9f72309bf3bd15b27 688 0.32/1.00 vMB 42
403,173 403,173 000000000000000003cae5530d3ee9fbd1c5c77a4ead9c11ae8a2631d00df688 1 0.00/1.00 vMB 0
403,172 403,172 000000000000000006b295e3347896940f1ffa05dee1be53647835dcf82e4ee9 180 0.11/1.00 vMB 27
403,171 403,171 000000000000000004610d16b4d9385b0a1a0df2d9dd1a89e35b4106d5319a0b 2,045 1.00/1.00 vMB 39
403,170 403,170 000000000000000004d0cb25ffd71e542a7fedd6d69463c041d776f8b32b45c3 358 0.21/1.00 vMB 16
403,169 403,169 00000000000000000685768c7d450c713f5e64b20975d3d00c02ab83dba6c017 951 0.44/1.00 vMB 43
403,168 403,168 0000000000000000026c6d26e8b73cc8441d59b04ab23ed8a725862ce416a7ca 653 0.98/1.00 vMB 17
403,167 403,167 000000000000000002db8b2b491d4fb6a56e498787b9c8174fcb190294e01560 1,566 0.90/1.00 vMB 32
403,166 403,166 0000000000000000024e87ac79e8122cb566d46ac7a082b29428800218d307c6 3,031 1.00/1.00 vMB 64
403,165 403,165 00000000000000000165ce565b6f2049473d1bf98c4fa416becffcee7dc6733f 1,086 0.99/1.00 vMB 20
403,164 403,164 000000000000000004d31451a3a96f858979dbf2e52ebf3aaf3daada6a59aeef 906 1.00/1.00 vMB 13
403,163 403,163 000000000000000000a0b1fad5f152abcd7ec47d789347cb496fc9ad358d6532 2,644 0.99/1.00 vMB 62
403,162 403,162 0000000000000000043dd0685b77868c2b7521f7324156e394e88f140a07a1dc 727 0.64/1.00 vMB 27
403,161 403,161 0000000000000000055c1b42ac790fb37e9facaf1d0799505360c2202834c785 213 0.11/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.