Loading Tool

Explorer IconExplorer

Memory Pool

82,311 transactions
30.09 vMB
0.09922026 BTC
Random Selection Loading Transactions
Max Size: 182.54/200 MB

Candidate Block

Mining Attempt c543529f2f52fc8c8ba280748ae4c949cb125731d14487b4a77ee310bf916860
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root d3c1a743b70cc434635807a529aa4d4e8456dc149af2d9dc20440eebe9db57d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,167
Size: 1.00 vMB
Total Fees: 0.02903613 BTC
Feerates: 301.57 > 2.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (78,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
837,119 837,119 00000000000000000002b611535fb27fd42fc96e3827617606b2b6ca87ac3f51 2,539 1.00/1.00 vMB 22
837,118 837,118 00000000000000000000b7f8ba9140c18a3df0053e349bbb922064700dd05247 3,347 1.00/1.00 vMB 30
837,117 837,117 00000000000000000002fe70dc7004b3d98f21e0857996320c47b2cccf5070de 3,412 1.00/1.00 vMB 26
837,116 837,116 0000000000000000000166dca6975dd5667bcabc8b47457f377b56e7cd7fa95d 3,313 1.00/1.00 vMB 32
837,115 837,115 00000000000000000002c1323f865204423e3c737ff1dd0b7beb1d414d7f1915 1,268 1.00/1.00 vMB 18
837,114 837,114 000000000000000000005e5dddc237786b49b12da51a54ad0dc12c26d7a9ca76 2,319 1.00/1.00 vMB 17
837,113 837,113 000000000000000000026004255e167a623dc5e473d6311a420f9a701ce84da0 2,603 1.00/1.00 vMB 22
837,112 837,112 00000000000000000002a647f8481dcc956d298bd1cc4e4d09f2c4fbc13be485 2,100 1.00/1.00 vMB 18
837,111 837,111 000000000000000000017276619d0a4f34ec5c1a0206c123bce17850b7b73dd6 2,644 1.00/1.00 vMB 23
837,110 837,110 0000000000000000000198348ae54b29172a7e5b03c7003a2a002497ca7113f5 2,417 1.00/1.00 vMB 22
837,109 837,109 000000000000000000024508bad60b7ea0f7e6d5cec14ab39740b8ebf28d9450 3,969 1.00/1.00 vMB 21
837,108 837,108 00000000000000000002c9ef8ce05d5776906d4dbc2a0991f08dbbbf758c47b5 2,508 1.00/1.00 vMB 23
837,107 837,107 0000000000000000000013f9f79bce3c78d4a86a57bf52d0ee2ef647b1c4f3df 3,686 1.00/1.00 vMB 26
837,106 837,106 0000000000000000000098fd49a789d430137307ff59ac82734e7450c8831a0a 2,982 1.00/1.00 vMB 22
837,105 837,105 000000000000000000029a4bcf4992dc719a32841fdb8110f1824da0b980fabe 3,515 1.00/1.00 vMB 24
837,104 837,104 000000000000000000019c7742466a2e4b0d878e786cc93c24fe48d1734a5712 3,365 1.00/1.00 vMB 28
837,103 837,103 000000000000000000015ddb4df784acc890856a2300a5eff3127a9ee8d48ca5 3,250 1.00/1.00 vMB 27
837,102 837,102 000000000000000000020475a1e83eecf61d2d76b8b716d26131541509027037 2,638 1.00/1.00 vMB 29
837,101 837,101 000000000000000000010b0404b55cecd26ac4159b59b8f9be43d536c2cba58e 3,832 1.00/1.00 vMB 26
837,100 837,100 00000000000000000001129958fa7308fd8e592ef0de1f6478a6203301099f07 2,359 1.00/1.00 vMB 22
837,099 837,099 00000000000000000002b0ef95a22ac62d5c5e587c54465c8e8d8432ab5e686a 2,929 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.60 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: 671.76 GB
    • Received: 16.00 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.