Loading Tool

Explorer IconExplorer

Memory Pool

81,635 transactions
31.04 vMB
0.09147874 BTC
Random Selection Loading Transactions
Max Size: 188.37/200 MB

Candidate Block

Mining Attempt fffc1d2c13ffbd35b4115b1c9ab04855434b2d8fcdb41ed2cce9495193d3b416
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 790f31c976bd9e4fc3124b7bc371e9ae30f1c6792fc93de8fedfd6fc3c8d5ed7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,591
Size: 1.00 vMB
Total Fees: 0.02466817 BTC
Feerates: 351.58 > 2.47 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (552,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,783 362,783 00000000000000000b86c66cd905600fc7dcb4a5a4c09fa881f6533ad5386e49 1,175 0.65/1.00 vMB 26
362,782 362,782 00000000000000000c69bd6dfa856af498cbeba6161c8017a37e9506d41aef30 883 0.45/1.00 vMB 36
362,781 362,781 000000000000000012eaf4e1a0631fec450d04a696ddd688e2eb80dbe72d40da 423 0.27/1.00 vMB 27
362,780 362,780 000000000000000010d0441c132f9055e005730c4f81827eb4caaedd1cdf1777 924 0.50/1.00 vMB 28
362,779 362,779 00000000000000000c16a2ee71ac1533a9fef428cc8615c7e1c10534b5d8ff10 1,257 1.00/1.00 vMB 27
362,778 362,778 0000000000000000074c48f8c470df9ca62470f53bf3edb58157f1cae38c232b 1,758 0.93/1.00 vMB 39
362,777 362,777 00000000000000000dc9d3e1c22547fdf73b5778ea7a43295a4094b8b9a11314 1,612 0.75/1.00 vMB 37
362,776 362,776 000000000000000012ef0458aa98de93b5a9720cf93890078f606ff4e32b40a9 857 0.41/1.00 vMB 32
362,775 362,775 000000000000000015c3cde4dd49aac94ee6956be1e71dcf7304e6b6b6cbc827 1,269 0.79/1.00 vMB 26
362,774 362,774 00000000000000000ae2ee380dc75a1e336363d5550f3302f5474e1d81193d47 497 0.33/1.00 vMB 23
362,773 362,773 00000000000000000e5d9d0d47046969a88f7b2de10426b3fa01278001a50f07 136 0.28/1.00 vMB 2
362,772 362,772 000000000000000015e35182418cc4792518f18260e64101ced0e9273440386a 1,172 0.88/1.00 vMB 19
362,771 362,771 00000000000000000543444ec6d1de83cd88ce0127cae4a954d0bc59d4f61a89 980 0.92/1.00 vMB 17
362,770 362,770 00000000000000000b89480c119275e77b13ebbef414fc8e2daadf5ae252636b 399 0.22/1.00 vMB 24
362,769 362,769 000000000000000014cd57b17cf4330bf6030e0d4cb1d013549de4d2a22b2332 1,506 1.00/1.00 vMB 24
362,768 362,768 00000000000000000e7aa80f0c67de9432acfc88de6749d97f4a989bf76d49dd 666 0.34/1.00 vMB 28
362,767 362,767 0000000000000000158c879697c5a7477b3f69bab9a2c035e3850d622c7802f5 1,256 0.89/1.00 vMB 19
362,766 362,766 0000000000000000039acd877ba7a77de0e0a18edc054c9e820617fb7fdfc8da 1,075 0.93/1.00 vMB 43
362,765 362,765 0000000000000000111c8f8d86372f29d5c1082914541d89c2651f79076fa4fa 1,072 0.72/1.00 vMB 17
362,764 362,764 00000000000000000b7ebac1ea9da4707e57175c946ea620e1afbce15b11b27a 371 0.62/1.00 vMB 4
362,763 362,763 00000000000000001086437d466741630efbe2e895b16bb9faec4f16418d02f0 919 0.75/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: 10
  • Data Transfer:
    • Sent: 708.65 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.