Loading Tool

Explorer IconExplorer

Memory Pool

82,223 transactions
31.22 vMB
0.09592618 BTC
Random Selection Loading Transactions
Max Size: 189.44/200 MB

Candidate Block

Mining Attempt a9f1896c841b7a6af1c6a63f3395a8ee06adb16cf92c6ad040e4fac3a5c4e07f
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root d680b7f76e022e0f66ddc53349007cc6a00adb1d76131647e5ea33e3b1a2ede9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,236
Size: 1.00 vMB
Total Fees: 0.02831741 BTC
Feerates: 351.58 > 2.84 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (171,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
743,406 743,406 000000000000000000058f5ffc9b269675a4e989867edc4a7c595233f6843858 1,261 0.41/1.00 vMB 12
743,405 743,405 00000000000000000005ddbdb4bb9fe2a41d822c5e71f30e54edf5b48fa446f2 1,132 0.65/1.00 vMB 9
743,404 743,404 00000000000000000003311fed5967f962105dedb5f9178fd856fb0cabc2fc87 422 0.37/1.00 vMB 8
743,403 743,403 0000000000000000000461697be001d8b9628243a686865d5db91bf75c6e3b68 484 0.21/1.00 vMB 8
743,402 743,402 000000000000000000028409c9832fec5ebd2f237a3cf13b22a0fb3eb72f8b3e 353 0.12/1.00 vMB 12
743,401 743,401 0000000000000000000538a91b74bb4906a97343cd0d4b1b4918c5dff39cfa83 1,290 0.46/1.00 vMB 11
743,400 743,400 00000000000000000004788fa274cd74304fe0b9ce85d642c82f172715df77a4 1,465 0.48/1.00 vMB 11
743,399 743,399 00000000000000000007a5a3e1238dfb0033d15705df7e03e8d30caf7da0d791 555 0.18/1.00 vMB 9
743,398 743,398 00000000000000000007e780709f8320f496e6d4d8991e1dea67cd094b6ba8b2 1,618 1.00/1.00 vMB 7
743,397 743,397 00000000000000000007dac18446b78179042f5496839e9b98c1f7ba213c35af 1,614 1.00/1.00 vMB 7
743,396 743,396 0000000000000000000848482cd41d0d85948c24c932365ddd58ab2e077ff0c8 2,296 1.00/1.00 vMB 9
743,395 743,395 00000000000000000000afe7061dcb97817ad0dc907daf5df14b7ff22b14ac96 2,699 1.00/1.00 vMB 14
743,394 743,394 0000000000000000000041b8da5bdfcd38e1d4ccea767761e7086cbbc78c1340 596 0.25/1.00 vMB 14
743,393 743,393 00000000000000000007739521a6acfe2c4b6a3cb31d2455792b6d19c1cb12dd 774 0.56/1.00 vMB 3
743,392 743,392 00000000000000000007b29aa6db769bf2b97aafbfde4bb5c529907483e43053 1,090 1.00/1.00 vMB 15
743,391 743,391 000000000000000000012c734309e685abcd2658816dde89815a2fc69696e9f5 818 0.36/1.00 vMB 11
743,390 743,390 00000000000000000006a607dd14bcd5470c29b3fc871f50e5d76006f651d4d2 1,108 0.37/1.00 vMB 12
743,389 743,389 000000000000000000057d9e67979c06c4b1d025d1a52f22316e51c091d2f53b 20 0.01/1.00 vMB 10
743,388 743,388 00000000000000000001b84c78a65032a1975a34ba681c9837557211ec4b1a53 2,234 0.95/1.00 vMB 10
743,387 743,387 000000000000000000042903925d5a42079f3a8156c61f30cb9874a7c0e23ab0 1,250 0.62/1.00 vMB 11
743,386 743,386 00000000000000000000041a92cb874f2ea9aaaa3c99bae7762ef2fca90b34cb 1,067 0.64/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 708.66 GB
    • Received: 16.75 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.