Loading Tool

Explorer IconExplorer

Memory Pool

78,786 transactions
29.60 vMB
0.08950773 BTC
Random Selection Loading Transactions
Max Size: 178.64/200 MB

Candidate Block

Mining Attempt 09c12d9ae6501010bdcbd1f506a3636458db27900bc54d57d989598b116d5f0a
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root b166d09281c4b87a6c97cd3a38744a06a4123980883128f5feb3e8c88de7f214
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,397
Size: 1.00 vMB
Total Fees: 0.02427430 BTC
Feerates: 251.00 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (316,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
598,605 598,605 000000000000000000117a5afb87ebcccf28956aadb2a2e71001a66a2a468824 1,376 1.00/1.00 vMB 80
598,604 598,604 0000000000000000000a4c8981951579595fee975d625c59bdc3d6c56a45fd5b 2,691 1.00/1.00 vMB 18
598,603 598,603 0000000000000000000e69b6d9edfdfe155e9f9a2f600ae8b4a551496fc4c23f 2,584 1.00/1.00 vMB 18
598,602 598,602 00000000000000000008912a5bd0a18b9b4d347a324fe7e83f0550bd57b7faea 3,086 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.