Loading Tool

Explorer IconExplorer

Memory Pool

79,594 transactions
29.67 vMB
0.07826760 BTC
Random Selection Loading Transactions
Max Size: 178.29/200 MB

Candidate Block

Mining Attempt 47b3e69f2a0dbed503fcb0f80ea98a3c7cefe8316e2bb42202c5b31b11af58f6
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root fe504b3e456e02ef6d1eb0b5c0410d183f84e23831444277df355419b0695def
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,380
Size: 1.00 vMB
Total Fees: 0.01794260 BTC
Feerates: 502.65 > 1.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (801,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,726 113,726 0000000000009e6fe61355a5b95fdd4edfe2fe97fee872cbbbf52c8d1e475955 29 0.01/1.00 vMB 0
113,725 113,725 0000000000008aabd026c2663bc8569379eeddefd5739061db89c525f36f796a 2 0.00/1.00 vMB 1,360
113,724 113,724 0000000000006da01e16b8be27d0d787f8468f8ed342c07874f0499a37908e16 10 0.00/1.00 vMB 344
113,723 113,723 000000000000c34329addb5772565f859658eed5aa245d639a2f7b2173a335e2 13 0.00/1.00 vMB 491
113,722 113,722 000000000000be260ba970f309e5f2cc9168584191096f0e90f77c80ed84941a 13 0.00/1.00 vMB 0
113,721 113,721 0000000000000a9b2873a91d4ee7a0e98bdffdf1351a284ea7789be3c56db2be 9 0.00/1.00 vMB 0
113,720 113,720 00000000000083dc95fecb3b6b9fa224d83d27b740a0430d7aeb9f9d05f823ba 1 0.00/1.00 vMB 0
113,719 113,719 00000000000091d5be9eecbaf0ad48c13afc0dccef298d36f852985e75c7fa8c 40 0.01/1.00 vMB 0
113,718 113,718 0000000000000a96b60d51c1cead4118890c3dbe01dbdb1792c442af9222d484 10 0.00/1.00 vMB 351
113,717 113,717 0000000000001db9942afa1776825196c81b166097724a7ed09b9575411ff4d5 12 0.00/1.00 vMB 0
113,716 113,716 0000000000000c4ee724f2767d842aec16734c75ac8672d3bf12907c51c1ac89 12 0.00/1.00 vMB 0
113,715 113,715 0000000000001d597c195cf4d8491cb020dc6fa2c473ac45be2aad90977c09d4 12 0.00/1.00 vMB 328
113,714 113,714 0000000000007979e13f5b08632080930c13c670a2dcfb6a7496cf3b62b71778 2 0.00/1.00 vMB 3,891
113,713 113,713 000000000000aff8d8cc792da0fdb77bb4deee7f27200d13e7802e1ad8aac60e 16 0.00/1.00 vMB 0
113,712 113,712 00000000000006a0291ef5066ae3dae5cf14ca3d3e7693d1726ded522f319f34 9 0.00/1.00 vMB 715
113,711 113,711 0000000000002e432157845347b72e917523d9eff8bc027047c50ba5437b47b2 7 0.00/1.00 vMB 0
113,710 113,710 00000000000038bb2a5f2658f5b32a3097952bde060e0b0b7043ce30fc74833d 24 0.01/1.00 vMB 0
113,709 113,709 000000000000d7ca4b8c5c6080f075ed25079cc6a19227f0a7bc44693c521456 8 0.01/1.00 vMB 231
113,708 113,708 0000000000001093c75a0e51f5881e3639df523ec44959cf0ff725509305fdb5 9 0.00/1.00 vMB 354
113,707 113,707 00000000000016dc62732f7a169b51d40378c7f32560b90e1cae7170ace28e17 14 0.00/1.00 vMB 0
113,706 113,706 00000000000056193416c8c6c2968e24285f51ceadd16e3a4f2935ac789e97f7 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.