Loading Tool

Explorer IconExplorer

Memory Pool

78,972 transactions
29.59 vMB
0.08602132 BTC
Random Selection Loading Transactions
Max Size: 181.19/200 MB

Candidate Block

Mining Attempt 37e7736d8cf2ef6752c911bcee220d9514170f98fc7b9bbe8cdd81e7b9961c28
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root d4a565e1c5d25074dd21e8adefc755ef52e14f8a871964fae8562d68dc3b25e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,464
Size: 1.00 vMB
Total Fees: 0.02093521 BTC
Feerates: 150.77 > 2.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (377,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,621 537,621 000000000000000000045aee13fa5f912b89ab1241d4db4ba1ee6d8450b79dcc 2,327 1.00/1.00 vMB 15
537,620 537,620 000000000000000000273b4e5b5bf726e024426b94ec772694a5c4d577eea2b7 29 0.03/1.00 vMB 28
537,619 537,619 0000000000000000001b5d43fc8c4ce58c54f62079c1a990826fc2149d5fcc3e 2,417 1.00/1.00 vMB 6
537,618 537,618 0000000000000000000740e6d6defb455a045d87a4b05a77f84df382a0e6e16b 2,562 1.00/1.00 vMB 18
537,617 537,617 00000000000000000014a2cd35133b337cef60a8ffd93a801b0215016a289da7 2,115 1.00/1.00 vMB 13
537,616 537,616 000000000000000000256fa3e685621f5e8ed1148e078b39e7760f2ecc3d3b76 2,327 1.00/1.00 vMB 19
537,615 537,615 00000000000000000026b6316967243186ed975c4f253ea6b85474fd7d811acf 2,373 1.00/1.00 vMB 46
537,614 537,614 00000000000000000018b1c1975ec9bba41aaffe8ba2faafca801b8a0680e881 525 0.20/1.00 vMB 17
537,613 537,613 00000000000000000007ed686908ba59ec6d39f1bd8fe230c875121897d69a7d 2,002 0.81/1.00 vMB 19
537,612 537,612 0000000000000000000ac8150394b8704999db6095f57dcdb473e055dd1016ce 327 0.15/1.00 vMB 38
537,611 537,611 0000000000000000000163681b6ff2050f948d79d8f3e7635951c4fba0420633 552 0.28/1.00 vMB 16
537,610 537,610 0000000000000000001fc41f94e21e0ca7de696bcd0cadc170d201d4dcbe9a4a 2,323 1.00/1.00 vMB 21
537,609 537,609 000000000000000000063f5caed057bd7bd8b919d8a32b6a82a12b7e9ba165b2 1,018 0.42/1.00 vMB 31
537,608 537,608 0000000000000000000044d8f8daf0c797bc09936d504fe5d182e015a7b1385a 1,528 0.73/1.00 vMB 17
537,607 537,607 000000000000000000214ccfb767b28a7044880383c408248a135e6221e3d688 29 0.01/1.00 vMB 11
537,606 537,606 0000000000000000001e94afaff8bef68daead5a0043e7988101ba51fcd80db2 1,784 0.83/1.00 vMB 33
537,605 537,605 00000000000000000009a8f46464e3d1f8cc940855665b2f39787e8557aac946 1,856 0.77/1.00 vMB 22
537,604 537,604 0000000000000000000a4418a4a516548298a17a58b850bc128f6429e3950c86 167 0.14/1.00 vMB 8
537,603 537,603 00000000000000000013416d437b7ab7ab777f9e40a1bd87204790464ec83026 708 0.41/1.00 vMB 13
537,602 537,602 00000000000000000028120bca09b78931c0691ce4b5b78f7d88c4689d914b6f 2,174 0.81/1.00 vMB 20
537,601 537,601 0000000000000000002350ee07fd72effbacc2d83c47d13eeccec6b4f36f983d 1,850 0.83/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.80 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: 710.14 GB
    • Received: 17.03 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.