Loading Tool

Explorer IconExplorer

Memory Pool

81,690 transactions
30.36 vMB
0.11792655 BTC
Random Selection Loading Transactions
Max Size: 183.21/200 MB

Candidate Block

Mining Attempt 3d85f6d10e725ac72782d72d48a9c3aa23db340d906c0075d35e22fee5a4b4d2
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root 8e47f51a792384a3b86e0df624c44526fde52976a48ebb2f793137cbf9a1c5f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,406
Size: 1.00 vMB
Total Fees: 0.04168492 BTC
Feerates: 502.62 > 4.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (316,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,626 598,626 0000000000000000000f985868b610caeed7e9c38c1570f71ef7d689dfaa3ee4 3,302 1.00/1.00 vMB 34
598,625 598,625 0000000000000000000edf3f85da3a402dfca3e362a334892d688697aec28371 3,279 1.00/1.00 vMB 54
598,624 598,624 0000000000000000001546987e90a182f268f03458a6d3a41f98c66be57a61a4 3,246 1.00/1.00 vMB 44
598,623 598,623 0000000000000000000f4d7aab0d43be4370f694512453e4c7841dbfd60f743c 3,407 1.00/1.00 vMB 46
598,622 598,622 00000000000000000004a8ec2e4d5939d3b9d607125f6df854c6b44d64d16774 3,044 1.00/1.00 vMB 27
598,621 598,621 0000000000000000000d16305d83bb86f48ec02c21365322ff841244893b37ae 2,407 1.00/1.00 vMB 20
598,620 598,620 000000000000000000080b8d0cee7c3aed7179d8a36a4f4ae5c017a6979f7271 3,166 1.00/1.00 vMB 35
598,619 598,619 000000000000000000058d307f15ec6c335b8f4a82a90d442c98b70148b53ef4 1,861 1.00/1.00 vMB 26
598,618 598,618 0000000000000000000c721ecc367c05f24c4fb7edafc9e1dc7046940977c26d 3,255 1.00/1.00 vMB 39
598,617 598,617 00000000000000000008352347e6ee7f8ca240547a92c63294755cea4076f0f6 2,573 1.00/1.00 vMB 40
598,616 598,616 00000000000000000008094769c0c2777cb09bd8a68368882408a10692fd7e17 2,986 1.00/1.00 vMB 58
598,615 598,615 00000000000000000009296277c3841531de1835fd33f813aa65edef19cd8469 2,686 0.99/1.00 vMB 30
598,614 598,614 0000000000000000000d3fa0aa642a8f1854a60d8aa44a02d4d3ce24640d9a5a 2,672 1.00/1.00 vMB 23
598,613 598,613 0000000000000000000c50017c05fd8b86f33facfb69b3c3c85cbf4f335783d3 2,596 1.00/1.00 vMB 37
598,612 598,612 0000000000000000000ce799d3762e99fb800519c1829d20cfad52eec6cc738d 2,865 1.00/1.00 vMB 28
598,611 598,611 0000000000000000000d7b267ad7ec86929a433a173c5b32d423791f78871cea 2,913 1.00/1.00 vMB 25
598,610 598,610 0000000000000000000284bc2be65e711594410c0af9a9e09fbfc63230bcc67d 3,115 1.00/1.00 vMB 48
598,609 598,609 000000000000000000125a7742d03de20e4b875f37fee55ca180aefcd5843ae2 3,333 1.00/1.00 vMB 51
598,608 598,608 00000000000000000012d5087bd9b7eac5c84341eb4510403681afce08696128 2,999 1.00/1.00 vMB 55
598,607 598,607 00000000000000000011abde23c20f3799fc6868b568f2812f17bf3e4d831654 2,684 1.00/1.00 vMB 41
598,606 598,606 00000000000000000012b3d5b2193b8e2d54ff85e7488e9f4dbd33e03678b37b 2,453 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.61 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: 671.88 GB
    • Received: 16.05 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.