Loading Tool

Explorer IconExplorer

Memory Pool

79,000 transactions
29.92 vMB
0.08023754 BTC
Random Selection Loading Transactions
Max Size: 182.59/200 MB

Candidate Block

Mining Attempt c0d60a75653718af3848c570782d530b546cb148431abd46bab38769f1e37f10
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root d6561df70acf847d449e1359a02223f55593762d1913ac7817280a11d6cb6401
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,194
Size: 1.00 vMB
Total Fees: 0.01385207 BTC
Feerates: 300.83 > 1.39 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (35,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
879,657 879,657 0000000000000000000097e271b86d10d88284c6244303965f5db0b6b20ecd44 3,869 1.00/1.00 vMB 8
879,656 879,656 000000000000000000013dea4d872ae6adf093cafc4f268dde614fea050bc8e1 3,293 1.00/1.00 vMB 13
879,655 879,655 000000000000000000023b9577efa27f51a83cede69c48c6762bfd48d9bccb51 2,849 1.00/1.00 vMB 5
879,654 879,654 000000000000000000009b825540e81071a1c8bff1e41c705944253758172962 2,318 1.00/1.00 vMB 4
879,653 879,653 0000000000000000000037f003bb588d04ee77bcc5292e03dfafc3b3d5b262cd 3,212 1.00/1.00 vMB 6
879,652 879,652 00000000000000000000a41e10922e00af60d34468712a7682e7fdbb79a3f24f 3,240 1.00/1.00 vMB 6
879,651 879,651 000000000000000000000159fc68cbafaaf363b4a4b50b236fed86ff76b208e8 3,567 1.00/1.00 vMB 6
879,650 879,650 00000000000000000000eac7c83e04ee61182063ccd7aec98c0c5c24cb4595d5 3,447 1.00/1.00 vMB 9
879,649 879,649 000000000000000000000a3a9416bd485b8bf3ad0f2f14da284267e15c1c2d68 3,604 1.00/1.00 vMB 12
879,648 879,648 00000000000000000001318726a57e0f43937abbed6e95f469f887ea880e749e 3,813 1.00/1.00 vMB 8
879,647 879,647 0000000000000000000177e816c5dc2b6800cadd3f6f17e404fb7bf2cc1ea510 3,232 1.00/1.00 vMB 5
879,646 879,646 00000000000000000002847d90c9f4545e6ed80f7e0945e17a0ae302b3d17f5b 1,724 1.00/1.00 vMB 2
879,645 879,645 000000000000000000005e7af1515e40349e9487e3ed69ed653f19c0d54690db 3,094 1.00/1.00 vMB 3
879,644 879,644 000000000000000000023366ec6578ef847f00daa47eb3215b8355cb063066b6 2,265 1.00/1.00 vMB 2
879,643 879,643 00000000000000000002328dfcf4074546b981b90fd8f8793c50c0f2c2ce2073 3,039 1.00/1.00 vMB 6
879,642 879,642 00000000000000000001c0d73f0c780e937e5796d5ad1168f66d660fccabfad5 2,354 1.00/1.00 vMB 4
879,641 879,641 000000000000000000016ff7535100ae8c240c2c98db03c99236a2d8410e0d2a 2,782 1.00/1.00 vMB 6
879,640 879,640 00000000000000000000501415cd942767fdbf3c35f44ca8bb4092e4705f83a1 1,063 1.00/1.00 vMB 2
879,639 879,639 00000000000000000001c89372d8e3c509c5a00b7d36dd6dee9f29b26b21c61b 2,565 1.00/1.00 vMB 2
879,638 879,638 00000000000000000001f0bba3f7b01c7a274e247ed1064a8f4e19ce621facd6 2,665 1.00/1.00 vMB 4
879,637 879,637 00000000000000000000c68d112629014ceed4145576b452dd03a47f6dfeaa94 3,045 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.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.