Loading Tool

Explorer IconExplorer

Memory Pool

76,138 transactions
29.72 vMB
0.06789925 BTC
Random Selection Loading Transactions
Max Size: 179.76/200 MB

Candidate Block

Mining Attempt b58e494ca58990a97b47601b058e6bc58189c8a3751c929ce730741e68363ef3
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 9748abd17ffe95a4796204d129f7da203e65ca077b416e3a4f4f6e834ab1f361
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,371
Size: 1.00 vMB
Total Fees: 0.00501875 BTC
Feerates: 25.13 > 0.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (255,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,516 659,516 00000000000000000003d3b38708d372737714414205afd220d83e01e5a1fdd5 2,676 1.00/1.00 vMB 119
659,515 659,515 0000000000000000000459336cea194935067e495e39df01014403833dc7731c 3,172 1.00/1.00 vMB 119
659,514 659,514 00000000000000000000e94aa55458084c986cbd8edb591669096837f9c280cb 2,141 1.00/1.00 vMB 126
659,513 659,513 00000000000000000002a935db1c35b0ec93d4020ac22d54485f321ff2c50330 1,827 1.00/1.00 vMB 129
659,512 659,512 0000000000000000000d7ed9f58638f0956927ce827c18d6c9570e04ee3a5edf 2,393 1.00/1.00 vMB 116
659,511 659,511 0000000000000000000944e30321b0eb0bcdfe847dbb9b8c9eedfcb72cecfa0f 3,105 1.00/1.00 vMB 111
659,510 659,510 00000000000000000000de58faa546625252583520ca1578ba5f74e78e1e2ccd 3,236 1.00/1.00 vMB 117
659,509 659,509 0000000000000000000cb2a53d3009bd1b202015053df25a37bd4ec2c7e45b90 3,266 1.00/1.00 vMB 142
659,508 659,508 0000000000000000000815b0197ade9ac545b4d9d1e69563be42ae8760ef24e5 3,116 1.00/1.00 vMB 128
659,507 659,507 0000000000000000000e9f6371fa637792f73e0439df44a19366ee6bdcfdcdf1 2,741 1.00/1.00 vMB 136
659,506 659,506 0000000000000000000c73319f52c008fc0c2d0273794ff0ad875f7b7d000aed 2,707 1.00/1.00 vMB 146
659,505 659,505 0000000000000000000bf11ad314ac68d2ab61bc09d300ca5d2f8ed6c9466467 2,821 1.00/1.00 vMB 125
659,504 659,504 0000000000000000000145c72606146f6dd0b8718dd4873a006136e72ed060a6 3,055 1.00/1.00 vMB 112
659,503 659,503 000000000000000000051c3de9f1432c56a73b8155417f2924b70f393c802d64 2,980 1.00/1.00 vMB 126
659,502 659,502 00000000000000000004e1a78ac7064e693334995f799db99ceb3c1c0ebd7b5e 2,682 1.00/1.00 vMB 120
659,501 659,501 0000000000000000000e49d1888ed9f165ce12c83eed3991cb3fea1599de3afa 2,326 1.00/1.00 vMB 133
659,500 659,500 0000000000000000000bd69699780e7b6d99c9d551443a360a624a7f5a822434 2,969 1.00/1.00 vMB 147
659,499 659,499 00000000000000000007311b3676143c03ff875b1a0fedcd0c44333b9c5b7c0a 2,861 1.00/1.00 vMB 130
659,498 659,498 00000000000000000009b830938fa3c0c42200b6610552464ef1e65e8eb0706d 2,791 1.00/1.00 vMB 119
659,497 659,497 0000000000000000000e609a6bbe46c89988a46d006096f1ccad0a00a8a2e5b4 3,204 1.00/1.00 vMB 145
659,496 659,496 0000000000000000000ea38ed17f1e5e052df595f2c9d28a9537db960a486104 2,780 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.71 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: 697.96 GB
    • Received: 16.59 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.