Loading Tool

Explorer IconExplorer

Memory Pool

76,226 transactions
29.17 vMB
0.10508429 BTC
Random Selection Loading Transactions
Max Size: 172.47/200 MB

Candidate Block

Mining Attempt db57744a6dd76639de0c260eb475d9809cf2e73edc6e481e32babf94814e0beb
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 1414f694be8edb81d13bc840ab0aec2019a771e061477c7b6cafd2f807ce9872
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,391
Size: 1.00 vMB
Total Fees: 0.04236757 BTC
Feerates: 201.37 > 4.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (226,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,209 688,209 0000000000000000000b429231f93140ad3d316fb13f7266cb9f862b6061f94a 282 1.00/1.00 vMB 5
688,208 688,208 000000000000000000030d168d3237bc251151a5cebcac8e14a6e48817ebab2b 345 1.00/1.00 vMB 5
688,207 688,207 000000000000000000081948363eeab6fa00df0ea03b30ff276cb6013e8e30e6 1,000 1.00/1.00 vMB 4
688,206 688,206 0000000000000000000969c259d2bfb4773b1dca630cdefc120969129cfd59ee 2,780 1.00/1.00 vMB 32
688,205 688,205 00000000000000000001ad292f87434d463d20c3a9fc2931cacba80cfd20a7df 2,930 1.00/1.00 vMB 14
688,204 688,204 0000000000000000000745eff59acb0e4e8a220253f25dc919f88a229dda9844 2,759 1.00/1.00 vMB 40
688,203 688,203 0000000000000000000db739081642e28d1bad2e927b72004c45c55087dbc86a 2,050 1.00/1.00 vMB 11
688,202 688,202 0000000000000000000630f38c606ee66c1fdea5602c23d7954b6277ec4c7c68 2,584 1.00/1.00 vMB 28
688,201 688,201 00000000000000000006b7ef72f2db169ba7354465ad26f83f3264d03b8aec7f 514 1.00/1.00 vMB 26
688,200 688,200 000000000000000000044eca8601a729742c60239c68bca6a4afc4543dbca1ce 2,618 1.00/1.00 vMB 43
688,199 688,199 0000000000000000000c73d5bedb6caa3b9c72d6d57d806590ee8328307223f4 3,411 1.00/1.00 vMB 8
688,198 688,198 0000000000000000000bcb8b20c60bb6892369bb0ab13880cec55a5fba7d9fb7 1,982 1.00/1.00 vMB 15
688,197 688,197 0000000000000000000cad584872465e0447ebad2cf8831fc59fb2d35764f1c8 2,107 1.00/1.00 vMB 10
688,196 688,196 000000000000000000041d0d52eadcf1f482c5dc5094aff4e01bf0ba3df61668 3,005 1.00/1.00 vMB 24
688,195 688,195 000000000000000000068e1cf9a0b391d3910bbcdcbe0cb6f73ff7be3d2d420e 2,741 1.00/1.00 vMB 36
688,194 688,194 000000000000000000016fe3a92817d4fe2773b461c09b12b4ad2eddc7435bf1 1,476 1.00/1.00 vMB 26
688,193 688,193 0000000000000000000d2ba943bac2ebf7ee0c4e26e41ade847d4aa39739c04b 1,471 1.00/1.00 vMB 26
688,192 688,192 00000000000000000004647c07265c701c39ee56ed09f799d4efae6486f527c0 2,847 1.00/1.00 vMB 36
688,191 688,191 00000000000000000000766418ba1fa707f69be37a1179ff1c4e00f677f7e3e5 2,836 1.00/1.00 vMB 73
688,190 688,190 00000000000000000003b584e718ff8d04c6a4d1902d3cba5cc816490e8983ca 2,179 1.00/1.00 vMB 44
688,189 688,189 000000000000000000098dc6d9a0d09146a2a28b4b738ee7de4a1ddb9e1dee9f 1,351 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.