Loading Tool

Explorer IconExplorer

Memory Pool

43,270 transactions
26.44 vMB
0.06107122 BTC
Random Selection Loading Transactions
Max Size: 139.05/200 MB

Candidate Block

Mining Attempt 73b712c77b7857f6d1f25df194b2e61b9e2dd07dd9bbdaf9a55af9c342881e1c
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root f23ab6cdfa4345a53584834cf8182c44b1fd4e0553816451c2240dc91214f9fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,318
Size: 1.00 vMB
Total Fees: 0.01254490 BTC
Feerates: 73.66 > 1.26 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (136,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,183 778,183 00000000000000000005de646c274518ef7f3285c4984c25a20abdd94625410c 2,535 1.00/1.00 vMB 15
778,182 778,182 000000000000000000046e0a01bbbedc958bc0be273b20a9d89f06b994b4d4dd 2,893 1.00/1.00 vMB 21
778,181 778,181 00000000000000000002219034b40c58eeefa18231efddd8918f77e43622c6e2 1,892 1.00/1.00 vMB 15
778,180 778,180 000000000000000000048b7aefa50bd7b68708a4e7553bf066cfc2b561ef6bd1 2,408 1.00/1.00 vMB 14
778,179 778,179 00000000000000000003384a0b489fff9989d5282e941f376c6235faaeecfe60 1,774 1.00/1.00 vMB 3
778,178 778,178 00000000000000000006605a948e562e193e00da55558491f3839673e9704d4b 1,845 1.00/1.00 vMB 3
778,177 778,177 000000000000000000020be1864df0050c5f278e6e7499b8eb0644f214961b10 2,413 1.00/1.00 vMB 4
778,176 778,176 0000000000000000000151e32f3acdf30bf7257c3a5d34ba651d086af6b30db2 2,927 1.00/1.00 vMB 14
778,175 778,175 00000000000000000005c39a2670a916dc4075afaaf8fe30e495c13ba323e141 2,513 1.00/1.00 vMB 28
778,174 778,174 00000000000000000003b80c61f014682e4cddc5cde562f9b358b542097c636b 2,877 1.00/1.00 vMB 8
778,173 778,173 000000000000000000067d2837a0c7b64b80cb485671f7b8d65e946718f4314c 2,343 1.00/1.00 vMB 16
778,172 778,172 00000000000000000004185006d06c386b024cc9d91895d2f72be55c3fc364bd 1,831 1.00/1.00 vMB 15
778,171 778,171 00000000000000000002f5bd2bfc4e3cae4842a76585877d288e5b855be01c92 2,193 1.00/1.00 vMB 20
778,170 778,170 000000000000000000032d6c63debaf65eb41475cbabde80e9e09897520e3abc 1,594 1.00/1.00 vMB 28
778,169 778,169 0000000000000000000508f7b52e813eee04fd3fbdda795607da721da15aca42 2,240 1.00/1.00 vMB 8
778,168 778,168 000000000000000000045914ca8dc5c4a71eaa7e94a14b8ed6f59d7b0046d4ff 3,088 1.00/1.00 vMB 24
778,167 778,167 000000000000000000000696ca3d92a93de56eac99a3f6310e79ce41359e8c81 3,471 1.00/1.00 vMB 9
778,166 778,166 00000000000000000002e069500819020ac54b7f714e9e45cc00a6665c121bdd 3,086 1.00/1.00 vMB 17
778,165 778,165 00000000000000000002a278e7490b6f939dd3093a49bfd3f83a493d0ab06dbe 2,628 1.00/1.00 vMB 8
778,164 778,164 0000000000000000000590f956a517f07b6b3013af299a7eadcb0601ada67d88 2,954 1.00/1.00 vMB 19
778,163 778,163 00000000000000000002d62db6bff508e2cc1a3d74d77297d6db31f0e4f17254 2,823 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.01 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: 649.24 GB
    • Received: 13.14 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.