Loading Tool

Explorer IconExplorer

Memory Pool

74,888 transactions
27.60 vMB
0.07305554 BTC
Random Selection Loading Transactions
Max Size: 168.49/200 MB

Candidate Block

Mining Attempt bbc471bc50b02fac06001c8a1b91ff5114b218acde52153a2aed9a8bebff9e65
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 94369c3ab4f7923471d4d0a2d538d28817afdff66fc1d5e1000bf299d8f9919d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,494
Size: 1.00 vMB
Total Fees: 0.01416612 BTC
Feerates: 80.55 > 1.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (11,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
903,589 903,589 0000000000000000000169ab0f84c61442715a0b36946fe2e96a2c3ab6c4666c 3,085 1.00/1.00 vMB 6
903,588 903,588 00000000000000000002436ee885df865252453a5308fb2070bf3e93b2b921d4 1,763 1.00/1.00 vMB 2
903,587 903,587 00000000000000000000c52323fcf62a1a6785af24421f02e232d1d9196bae5c 3,349 1.00/1.00 vMB 5
903,586 903,586 00000000000000000001b31b2accd015cf27f394aa8a4c1046901a40f9d13a65 1,548 1.00/1.00 vMB 2
903,585 903,585 0000000000000000000067b7a16800d5f69420180c9e4b5e5cf4b85e77d9ea75 1,274 1.00/1.00 vMB 2
903,584 903,584 000000000000000000006dc62e6b2d27391cb0517e6f2c3b588ffe41673ea88d 2,210 1.00/1.00 vMB 3
903,583 903,583 0000000000000000000119ff8ff4336888f93fe83d78e0399a120c6947c51854 4,165 1.00/1.00 vMB 4
903,582 903,582 00000000000000000002035fe8c7daf198807c3fda569e33b234a9babe2ed439 3,541 1.00/1.00 vMB 6
903,581 903,581 00000000000000000001ea7b43435843f910525403f00d30e5eda5d6611118e6 1,535 1.00/1.00 vMB 2
903,580 903,580 000000000000000000008e47219881a0c40ffad8e0ecfacae2bac9a0c41c9912 3,653 1.00/1.00 vMB 4
903,579 903,579 000000000000000000011eedd5f653b88ff6082646be1fdcf27056324c089230 3,438 1.00/1.00 vMB 2
903,578 903,578 00000000000000000001d5b0e2101eece18f1f2e1979fc6c61136731902f2161 1,950 1.00/1.00 vMB 3
903,577 903,577 000000000000000000021ec827204602272a1733b27aba73e0ae1a64b8968e9e 3,899 1.00/1.00 vMB 5
903,576 903,576 000000000000000000024918d4d60a15f51ea4eee8898981a247a3dd78a303d7 3,234 1.00/1.00 vMB 2
903,575 903,575 000000000000000000001baeb5f8aff0d1de81704b2e01a8644d5e1ee497d0ca 3,148 1.00/1.00 vMB 2
903,574 903,574 00000000000000000001af04e624b2b15ab4a7df03e8ac3699ac5c701f729e44 2,775 1.00/1.00 vMB 2
903,573 903,573 000000000000000000025a01373fd0e8d19ab4210cb82cb97f1736a4113b2750 2,190 1.00/1.00 vMB 3
903,572 903,572 00000000000000000001ff1848a78532299c907a9e761e991c983bf79bad2c86 2,656 1.00/1.00 vMB 4
903,571 903,571 000000000000000000024062c9575bfd10df60689a1eb4f8b8687ab181018c4a 1,957 1.00/1.00 vMB 2
903,570 903,570 00000000000000000001b132265eb18b5dfca380264ebb7b2f4fc15a7dad0631 2,067 1.00/1.00 vMB 3
903,569 903,569 000000000000000000013b9f9a10bee585c2ec16b03974761ceb7274559fc2e7 2,203 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.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: 712.00 GB
    • Received: 17.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.