Loading Tool

Explorer IconExplorer

Memory Pool

34,902 transactions
25.73 vMB
0.06484615 BTC
Random Selection Loading Transactions
Max Size: 130.75/200 MB

Candidate Block

Mining Attempt d4ccb7cbeb96b60f96312755029daebf631c06fd5a59ea1fdbe88166661ebd49
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root 7c4080234f20b90f5f51505eb1e72eec4300a1261a44fe3eaea2af17830948e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,718
Size: 1.00 vMB
Total Fees: 0.01794759 BTC
Feerates: 150.62 > 1.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (206,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,062 708,062 0000000000000000000553d3d18e1fd0a3655e57e3853e6c0ba7ba070c9f095e 3,082 1.00/1.00 vMB 14
708,061 708,061 0000000000000000000b48bb6f78386a8365dc6994a5abc9f0b1e78b0c136043 963 0.40/1.00 vMB 11
708,060 708,060 00000000000000000009d89ae23cd48738c082da0801a68992502e54b3c95d81 2,765 0.99/1.00 vMB 12
708,059 708,059 00000000000000000004c3137520975fc041810b35197778ac961f54f60de010 379 0.09/1.00 vMB 11
708,058 708,058 000000000000000000093ed42d00a9f7a5aa8461f1bbc8558e584079facb29b6 2,430 0.84/1.00 vMB 12
708,057 708,057 000000000000000000028ca80c6ee30a231a544083969b034eb0bbac6cb82a8c 738 0.27/1.00 vMB 12
708,056 708,056 00000000000000000007043973bdda2c36b663f5f68b1b595879807551219beb 2,224 0.87/1.00 vMB 15
708,055 708,055 0000000000000000000520d6d00da726f2dba8f7a347ea28ca459aeac382f00b 456 0.18/1.00 vMB 12
708,054 708,054 0000000000000000000798efbf00153eab3ff495112901be7ff90c6b3835e9e9 730 0.20/1.00 vMB 13
708,053 708,053 00000000000000000005e4fd1d30cf9bc2b2e7535281a0c6e0b790fef7324cfb 258 0.16/1.00 vMB 4
708,052 708,052 00000000000000000009b67acb661fde7f82057076dabd0bb3cdf9f55510bf98 1,751 1.00/1.00 vMB 7
708,051 708,051 00000000000000000006eca53602898f8768af26f3b833e35b614a7defa101da 2,556 1.00/1.00 vMB 10
708,050 708,050 00000000000000000005e012a3dea45101213b3d6993a89d6b82e1fefa5a2ff1 2,457 1.00/1.00 vMB 8
708,049 708,049 00000000000000000003caea9b117d5b8e6e2f6ec6833f366aa53970f9acd777 1,790 1.00/1.00 vMB 11
708,048 708,048 0000000000000000000295ce3765d30afdfbf8c4866a86fdf97406d480e7889e 2,975 1.00/1.00 vMB 6
708,047 708,047 0000000000000000000a55eb4b6d2e28401073128ec97de4a210e88211708d3b 3,142 1.00/1.00 vMB 14
708,046 708,046 00000000000000000007e4ce68d305aacedea8061be7f7d24d01a54a21812585 2,667 1.00/1.00 vMB 49
708,045 708,045 00000000000000000000bc2fdb6f7d7b2574ace2f699af596bb5e931faa2d5f9 2,680 1.00/1.00 vMB 32
708,044 708,044 00000000000000000008b15e6d74fc6c46e92ae633d5d6c57985d8897e626611 425 0.13/1.00 vMB 12
708,043 708,043 0000000000000000000b15d51fce3285d8e77799608bae10ad8be20a2df8d259 713 0.27/1.00 vMB 9
708,042 708,042 0000000000000000000661591b3e9f8c04f6a911367f08b9d5da8a3bf8e1fd16 1,462 0.72/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.85 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: 638.82 GB
    • Received: 12.50 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.