Loading Tool

Explorer IconExplorer

Memory Pool

36,202 transactions
26.13 vMB
0.06952623 BTC
Random Selection Loading Transactions
Max Size: 133.17/200 MB

Candidate Block

Mining Attempt 910e8448620a349a3e66ab2030a69fff0b2bb1b0eb10864402a4aa2604377158
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 4f91e07dc91b4fc2a62512a8232fa9c6c7a210b3e779607fe90eaffee36d107d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,383
Size: 1.00 vMB
Total Fees: 0.02117866 BTC
Feerates: 120.00 > 2.12 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (177,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,651 737,651 000000000000000000034aaf1b59307aa8566373206e0b77bcadac415ecfcd15 2,025 1.00/1.00 vMB 14
737,650 737,650 00000000000000000008e563c2315b348abf1a4623784a20aaf9f0598995b371 1,981 1.00/1.00 vMB 21
737,649 737,649 00000000000000000003fc06cc123242411805d5fc2d2397f675eb4d74341f81 2,571 1.00/1.00 vMB 13
737,648 737,648 0000000000000000000756be687122148f65c9e22687e7e95a8fb3175570b39b 2,939 1.00/1.00 vMB 15
737,647 737,647 00000000000000000004d021677eaec6071b5cb49367e9eb3200a151c158a132 339 0.23/1.00 vMB 2
737,646 737,646 00000000000000000008b35ec6faf1663647521003ef96ec49a4f8a491b7ba03 3,147 1.00/1.00 vMB 12
737,645 737,645 0000000000000000000809dc6ed7f1e6db1465528f7503e40cbae77dcbc2bc22 2,045 1.00/1.00 vMB 8
737,644 737,644 000000000000000000075c3def01e2660dc533f98abbae69ca48b93c6d57ad9b 1,974 1.00/1.00 vMB 6
737,643 737,643 000000000000000000021b075628647bb773adf7c9b1eb764978365c37e6a55f 2,362 1.00/1.00 vMB 2
737,642 737,642 00000000000000000001887ef02f8a63cc0278c2d71ec6b21f7d885a566f756d 3,009 1.00/1.00 vMB 17
737,641 737,641 000000000000000000034cc249e46b3a1ccdeac951050f5518eaeff6c51da3e0 2,870 1.00/1.00 vMB 11
737,640 737,640 00000000000000000002460eeb76607157a6cd2a087f06e76a3db7ccc2bb17b7 1,498 1.00/1.00 vMB 17
737,639 737,639 000000000000000000010b7adec33f132839b65fd86c466d57c0bb380e1deb3c 2,814 1.00/1.00 vMB 14
737,638 737,638 00000000000000000003a7ece5aeda40c6ba27d37961f0a3ddc29bc2d0dd0352 3,021 1.00/1.00 vMB 8
737,637 737,637 00000000000000000008d6be74fc2955fec21c7b5fec917a60314ea7576d82a1 3,179 1.00/1.00 vMB 14
737,636 737,636 00000000000000000006b5583b3d0db8a3b7438d47ad9a439a4f02abccfdbe58 2,304 1.00/1.00 vMB 12
737,635 737,635 0000000000000000000682dba86d4b81a9dd4baa818aab9b45fc8258d3353296 2,759 1.00/1.00 vMB 21
737,634 737,634 000000000000000000085b3eecea82dde3cc07496ca81f936a94359f8646cd8b 2,771 1.00/1.00 vMB 15
737,633 737,633 00000000000000000008ba89d3d1f4666944060d2dd91cb377bcc274939b9d52 2,051 1.00/1.00 vMB 15
737,632 737,632 000000000000000000043df7893f8dc48e8011bec1c7ce0062e6944f0a099e55 2,128 1.00/1.00 vMB 17
737,631 737,631 00000000000000000003d5649ab3dfb4e60a0a06e7b784cc22ef23e56340555d 2,715 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.