Loading Tool

Explorer IconExplorer

Memory Pool

39,530 transactions
26.32 vMB
0.05913412 BTC
Random Selection Loading Transactions
Max Size: 136.69/200 MB

Candidate Block

Mining Attempt bbc2ac83d9ece208050b2cc27b00f0744c0b417269fe8928091dbb9470938bd8
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 1b8707b43aa1cee65febf8b3bf857a5e48cbb4b52536d6395ecbcd6f58e13b6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,508
Size: 1.00 vMB
Total Fees: 0.01086192 BTC
Feerates: 50.62 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (138,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,033 776,033 0000000000000000000473cfc6638efc14472b98526210dbcf176517b0ba2162 2,950 1.00/1.00 vMB 17
776,032 776,032 00000000000000000004bfd245317bc9ba4a44f5068f37ade9087ed4c9f6317d 2,305 1.00/1.00 vMB 15
776,031 776,031 0000000000000000000147715dd73585c2d8e59df86e155d9a2735ca11ed9b40 996 1.00/1.00 vMB 5
776,030 776,030 00000000000000000000010ae56459c3f5837ddb5c87483619392573e438db52 1,261 1.00/1.00 vMB 7
776,029 776,029 0000000000000000000628cfe80b10c23d48e4347fae9d05a92d45a5c872a2a9 2,343 1.00/1.00 vMB 10
776,028 776,028 000000000000000000039cd4ff2fea10f206c1abdfbf74cc1b4dbe5e888b6c5c 2,538 1.00/1.00 vMB 19
776,027 776,027 000000000000000000061fe36e79e3ffb4e45e76317cd87e2918ed7a4c208ddb 3,656 1.00/1.00 vMB 32
776,026 776,026 000000000000000000023258c5852fb09de3ca9d60d2ffd0b4b967acf419221c 3,265 1.00/1.00 vMB 18
776,025 776,025 00000000000000000002dd17f1d61efa14ade1db0ffe1987d0743d5e29803d1e 706 1.00/1.00 vMB 4
776,024 776,024 000000000000000000051728310a63690a7c53e86128dd4f19fe81a5faf5c913 2,524 1.00/1.00 vMB 14
776,023 776,023 00000000000000000006391860df5b8d58072111299cb63229b4a482a27e1089 2,933 1.00/1.00 vMB 19
776,022 776,022 0000000000000000000679b8161b43177204ece7c784757ae72a914a37d4cd3a 1,937 1.00/1.00 vMB 12
776,021 776,021 00000000000000000001b42d9cf0f6c0bcdb5563457572b460b052d8c4f7048b 1,053 1.00/1.00 vMB 6
776,020 776,020 00000000000000000002375fef92b9232d2f9ba9f8b657de1034582fed5aba4b 1,855 1.00/1.00 vMB 13
776,019 776,019 00000000000000000001b2e820ee8b1f7e4c699aad9bd9cbcf9a255a974e7f3d 1,952 1.00/1.00 vMB 9
776,018 776,018 000000000000000000016b5b5af97452cacc6bd7ce69ff9e19ed6253fe4462ea 2,536 1.00/1.00 vMB 21
776,017 776,017 00000000000000000000a53ffdfed6d04d3108f2a266d469ca16489f48f09f03 2,249 1.00/1.00 vMB 23
776,016 776,016 00000000000000000004d0770d7ab3b71e64379b3764451818ca5be84a48d042 1,368 1.00/1.00 vMB 20
776,015 776,015 000000000000000000054cb0f557a17e4d9ccbd3eefa0b077afb1ffda7443a22 1,271 1.00/1.00 vMB 6
776,014 776,014 0000000000000000000536f0d893a7dfb6cfa5f7711ba3c8334fe669f6a3da5a 620 1.00/1.00 vMB 3
776,013 776,013 000000000000000000017f218696177650170ee5494d4d5f05c2f90d21e488b8 815 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.22 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: 654.69 GB
    • Received: 14.16 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.