Loading Tool

Explorer IconExplorer

Memory Pool

76,492 transactions
27.63 vMB
0.07781078 BTC
Random Selection Loading Transactions
Max Size: 168.72/200 MB

Candidate Block

Mining Attempt a2411c058ec20fc9aa32787268c84a072722df84aff53ebac18c639ce42bc38c
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root a76cd0edab89f37814f1d5eb31da0d4ac39d6bd7f97a49fa861e55704a4b7a40
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.01868344 BTC
Feerates: 402.60 > 1.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (526,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,658 388,658 0000000000000000018818267484cde74402f4b7864e033c58febb9ba4cf6e3b 1 0.00/1.00 vMB 0
388,657 388,657 00000000000000000cc986c644152c70f7bd0d28ccd2dc37e5396182bc9b4804 593 0.54/1.00 vMB 17
388,656 388,656 000000000000000007f85bb4eaa8e9b399c87cab2f6c32c29c7ff22f05dfc8ad 1,631 0.56/1.00 vMB 46
388,655 388,655 000000000000000007ebc27a9a5a2bf1e479c4b2a8e49b37d3faa3b37b42011d 244 0.48/1.00 vMB 9
388,654 388,654 000000000000000003837ddbcf964366e310abffb9c2971670b6e8f3daf7192e 1,590 0.75/1.00 vMB 41
388,653 388,653 000000000000000004516730ae83f56ab76c52e01593bd22d2326b5b4878996e 848 0.31/1.00 vMB 41
388,652 388,652 0000000000000000027aeac1752a3a0eac8722eae86ff3b47e24a6ca97bd1f6b 241 0.14/1.00 vMB 23
388,651 388,651 00000000000000000aba5dd83ef354600f99c5539b4f2fb41316b63158c26a9a 274 0.28/1.00 vMB 17
388,650 388,650 000000000000000002a9db69384766a73896580e17c9dbf937c0cf3b77e96b2b 2,179 0.95/1.00 vMB 43
388,649 388,649 00000000000000000dcdb988d32e7b19e3d70219c68e51b2a44454db39bdac31 678 0.36/1.00 vMB 32
388,648 388,648 00000000000000000c72eade56b3052eed04932eba04e13760281f47da4d71a6 630 0.25/1.00 vMB 39
388,647 388,647 000000000000000007a994f429b966026afea426fd4da19224f66ad09d72ef1f 1,183 0.89/1.00 vMB 23
388,646 388,646 00000000000000000b3e0b2a9a6d2b5402dacb75b69b5728fbb1419f541c66ad 357 0.30/1.00 vMB 16
388,645 388,645 00000000000000000d5a54be2d78336e71a1485c229e31b968a8f721e4d05c88 385 0.20/1.00 vMB 29
388,644 388,644 0000000000000000031816d74a631bc1ca60f8f23b2c0f55d2d88adfdbd7487b 925 1.00/1.00 vMB 14
388,643 388,643 0000000000000000014e54bb22859fdd4594823a5f06aa9ab73268b4de20c692 2,237 0.93/1.00 vMB 50
388,642 388,642 00000000000000000d2b3ce7a0f55eb68fb216967c8aa61b562503486cf98609 1,211 0.66/1.00 vMB 29
388,641 388,641 00000000000000000c5160e64a18fec106b866eaaea4c419bb9173a8c52f846f 702 0.33/1.00 vMB 38
388,640 388,640 000000000000000003c3a6ee87941ea88ab99490e7774ae25dc48deb9aa2bf72 935 0.54/1.00 vMB 40
388,639 388,639 00000000000000000cd869dd1e9d9167f26720fa8d6ccdba99713f91bbbbe8d8 852 0.62/1.00 vMB 24
388,638 388,638 00000000000000000030f016242a67fb96d9766a31fa420bbc1eb6733fd1c4dc 1,217 0.60/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.