Loading Tool

Explorer IconExplorer

Memory Pool

82,957 transactions
30.66 vMB
0.07544641 BTC
Random Selection Loading Transactions
Max Size: 188.69/200 MB

Candidate Block

Mining Attempt d37430c000ad2485d6f479e8d75584d8bb43bc86a4edb8d9f10931636167e00d
Version 20000000
Previous Block 00000000000000000001520f04690fd94ab2fadc4a76a81688efaa2562fb1328
Merkle Root cd0c4d0c2229251ceef9f613d7c70785d31a8e0fc9e8e8d0d1d7e9ebbe623a68
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,822
Size: 1.00 vMB
Total Fees: 0.00665031 BTC
Feerates: 40.21 > 0.67 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,344 (107,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,598 807,598 000000000000000000032139aef5c4115771783a63d42ed6fac1962b2ae13d63 2,916 1.00/1.00 vMB 22
807,597 807,597 0000000000000000000315cad6058c2f977b91b99dad7f6b9a4be3daba20c169 3,166 1.00/1.00 vMB 19
807,596 807,596 00000000000000000002b47efb6d3c02aeee229bb755da87cf0e868c88c5418a 3,585 1.00/1.00 vMB 17
807,595 807,595 000000000000000000050830d87332550b823882301213ec5a9d9ba92019fa81 3,892 1.00/1.00 vMB 17
807,594 807,594 00000000000000000002b36b893c679f7d42f1ed0b32b968bf2a553d6f54e04b 2,126 1.00/1.00 vMB 15
807,593 807,593 000000000000000000048350dfbb20dc75b3d7acd006495d20a62605ac02fc82 3,348 1.00/1.00 vMB 24
807,592 807,592 000000000000000000030e3d1a2f945c38ec9961ab021a51d990805563357f8b 130 1.00/1.00 vMB 12
807,591 807,591 000000000000000000004f13a41d3de71907c9bdb2360bd1c4f71f89a769b6a9 3,616 1.00/1.00 vMB 13
807,590 807,590 000000000000000000015635196ef0362fe17117d25cd98781ad78f5432db168 4,539 1.00/1.00 vMB 14
807,589 807,589 000000000000000000029ec4ff83c1f479304f6f9a4f08cc0fb97e61bb993042 2,430 1.00/1.00 vMB 20
807,588 807,588 00000000000000000002ae73ecff763831e4f150132d070026b9ae2bcf04f0e2 1,526 1.00/1.00 vMB 12
807,587 807,587 000000000000000000020e580b5cf6cbbf58348a56c247f98ad832fbd1fb2191 5,300 1.00/1.00 vMB 13
807,586 807,586 0000000000000000000150bf283ce47c536202c5d76c4f07b5a203e62ac117e7 4,297 1.00/1.00 vMB 16
807,585 807,585 00000000000000000000906f715d736eba67748ff6cead7c4401e780c6eb1098 3,551 1.00/1.00 vMB 14
807,584 807,584 000000000000000000020acaa000962c93d3c2706c155b7632a4f69ba90b8d9e 2,332 1.00/1.00 vMB 23
807,583 807,583 0000000000000000000046ee79f64e3e78cb394a220700f2fa878cd8692a58f5 3,009 1.00/1.00 vMB 17
807,582 807,582 00000000000000000000cc7dbf8ede86fde3a07b1aff977b810d9cbc1f80fd99 5,309 1.00/1.00 vMB 15
807,581 807,581 00000000000000000002d7101efd8e0e894af5e27d9abe34bdf16c9bd4b6f12f 3,859 1.00/1.00 vMB 13
807,580 807,580 0000000000000000000469951d52bda1c7fcd416336891f036085ddaadd638f3 2,597 1.00/1.00 vMB 14
807,579 807,579 00000000000000000002fbdaa0a2ec7c645f569c8e5ef478e63f9285832ceb2f 2,856 1.00/1.00 vMB 25
807,578 807,578 00000000000000000002058ed65f638a14814e72cd1fda35ddbf2da7ff610039 4,867 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.99 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: 717.19 GB
    • Received: 17.83 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.