Loading Tool

Explorer IconExplorer

Memory Pool

82,298 transactions
31.70 vMB
0.08933001 BTC
Random Selection Loading Transactions
Max Size: 188.64/200 MB

Candidate Block

Mining Attempt a35bf5c459bcc7ad51c1fa908b0c801345e5d0477a6cae6cd740f88d2a8008eb
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root bfca2c74600ca3201e115691b1e83d216fe0f411a1bfe2782804ea6c0979ba00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,563
Size: 1.00 vMB
Total Fees: 0.02562500 BTC
Feerates: 101.66 > 2.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (290,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,676 624,676 00000000000000000007e8490263fb26145a4efd1a953af1bcb5e8767553948d 1,305 1.00/1.00 vMB 15
624,675 624,675 0000000000000000000c2eef6a5c92269083372e1fb7af5ddf33d5f4eeabfd27 2,219 1.00/1.00 vMB 21
624,674 624,674 0000000000000000000db7532a3cab39ede4d33c7fac184a89b3dd158cd56724 1,689 1.00/1.00 vMB 30
624,673 624,673 00000000000000000006258681e90c1decadd44f4dfe394c59dc4a524cdcd9a5 992 1.00/1.00 vMB 84
624,672 624,672 00000000000000000009da6439cd44d22975f48e8426bced145359a3e3621c29 2,341 1.00/1.00 vMB 4
624,671 624,671 000000000000000000067a66c16bf21a522207fdb27b90b08fab1f65666d7b2e 2,459 1.00/1.00 vMB 13
624,670 624,670 0000000000000000000a6ce9aeee801225ccfab510f1e98624fb76ceee588e47 2,755 1.00/1.00 vMB 14
624,669 624,669 00000000000000000006567ac80c964b1389f3afc0192a426c5c9c6ed2dfd6a2 2,806 1.00/1.00 vMB 21
624,668 624,668 000000000000000000030330f7756e2bcf0545c7c03b803fb3935ce309016166 2,777 1.00/1.00 vMB 15
624,667 624,667 00000000000000000001c6f5c2ded4af6c3b27dfe57296649687dfa12defb3e1 2,763 1.00/1.00 vMB 19
624,666 624,666 0000000000000000000ee65cc5b9d7185493f1b023c808164bb7a2f82e362295 2,911 1.00/1.00 vMB 20
624,665 624,665 000000000000000000118506ff32c44714dbcf12a18161313f229ac35b99c2f4 2,432 1.00/1.00 vMB 25
624,664 624,664 00000000000000000011bf0e2c406615fc5df6a05a4c0728a21f5dc7ee5d1313 2,650 1.00/1.00 vMB 23
624,663 624,663 00000000000000000008ed7cebc0073fce06cad65ea400bfda797da46c342d84 2,864 1.00/1.00 vMB 17
624,662 624,662 00000000000000000013c434995b214d83a114a412997d6ac0233c2afad0b64f 2,782 1.00/1.00 vMB 25
624,661 624,661 000000000000000000056c022dcbf65dfb089f52e1e339bb8921d941c41ab2d5 2,424 1.00/1.00 vMB 24
624,660 624,660 00000000000000000002daa43433cdf8c10ee7d5af2d7ea5cb36113c94f953de 1,866 1.00/1.00 vMB 8
624,659 624,659 00000000000000000005df009ad46b5fbd1b28a0b4a6ee20f4fa197d54933b29 1,987 1.00/1.00 vMB 13
624,658 624,658 000000000000000000063e163df4e40910c009a2b479a87ca6e4ddbdabcbbc8c 2,532 1.00/1.00 vMB 19
624,657 624,657 000000000000000000019ab4843948cb1ad176e9c178d88c81e8b792b83a1504 2,925 1.00/1.00 vMB 20
624,656 624,656 0000000000000000000138f274d5acc4372a5ebeff761e52be6ea1e67d9c2ee2 2,503 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.31 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: 658.64 GB
    • Received: 14.58 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.