Loading Tool

Explorer IconExplorer

Memory Pool

75,474 transactions
27.53 vMB
0.06576278 BTC
Random Selection Loading Transactions
Max Size: 168.72/200 MB

Candidate Block

Mining Attempt fe8b586e5fdf1a43297b35c7aa076b7fef153a34f1130c335459237020a4319a
Version 20000000
Previous Block 000000000000000000000c18148fdfef4d629c0717edfd345e01c977e0de589f
Merkle Root 0879a642b952a4973cdf01682a119581ed2e544b836a8b0f74f489198fcbc9f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.00702562 BTC
Feerates: 24.01 > 0.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,310 (392,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,779 522,779 0000000000000000003629e499e5d3bd79a37ace6f6a4825dbfbdb67fbbdec35 236 0.24/1.00 vMB 17
522,778 522,778 0000000000000000003a3aeda85ae6f526bb1dee3f38f287a4564443f56d20f5 609 0.56/1.00 vMB 16
522,777 522,777 0000000000000000000999b8007ef3b10486587e1cbcb024a9eb740cfbff5e4e 812 0.75/1.00 vMB 10
522,776 522,776 0000000000000000002313de2e5ac4906603a28021f3327a8ba511898d5eddfc 2,418 1.00/1.00 vMB 25
522,775 522,775 0000000000000000001e9af4993f3af6fdda156f53a89dfe426337f883a8e4c3 1,856 1.00/1.00 vMB 31
522,774 522,774 0000000000000000001b3fe2f1ab77de4b61b75b49870e14df4b05557feffbec 2,245 1.00/1.00 vMB 53
522,773 522,773 000000000000000000113b806f8150dc5dd75d324026a8ce15deba262fc4963c 1,600 1.00/1.00 vMB 7
522,772 522,772 0000000000000000002252be65ab0ac43cc48e3eaf6ff43e338e88820b17f64f 2,018 1.00/1.00 vMB 34
522,771 522,771 000000000000000000298d4799c73dc40d22af65c937ba1495f39e067903c058 2,006 1.00/1.00 vMB 31
522,770 522,770 000000000000000000020956f3840f9301e8f94fd50ba0a8c19f78d2f30a85f1 2,394 1.00/1.00 vMB 28
522,769 522,769 0000000000000000002f215d69a6b7fe9c77b7cfc6875d87a9870bbf37c7eb88 1,576 1.00/1.00 vMB 29
522,768 522,768 0000000000000000003c3ee24d3343e6b526992ccc337f7c8e6f6be55aa962dc 2,194 1.00/1.00 vMB 47
522,767 522,767 00000000000000000002a2852211f059e4bb36b85f2719bbccdea15e5a713f29 2,599 1.00/1.00 vMB 42
522,766 522,766 000000000000000000285d9cc0a3a09246be2ec4e252b4b3b2c3fd1750fe8910 773 0.40/1.00 vMB 42
522,765 522,765 0000000000000000002352ab207726b3ef34d4d5d9c5881b5728f4a15f28b498 2,053 1.00/1.00 vMB 40
522,764 522,764 0000000000000000000ec6519524fbcb33ce20e0beaeb9ae44b1aa166dba0d56 1,917 1.00/1.00 vMB 34
522,763 522,763 000000000000000000327154534db22bd5eaf981dc2bfdc3be27761b3308ebb7 2,134 1.00/1.00 vMB 60
522,762 522,762 000000000000000000218ef4ae49b2844a98cff8d152ae03787bceec76bfd68e 618 0.36/1.00 vMB 26
522,761 522,761 0000000000000000003d1ffe426ff9e946aba623f956f3dd4bf75500d44ad7f7 2,349 1.00/1.00 vMB 40
522,760 522,760 000000000000000000258a08fcc9d0e28f4b0f8b1ad646c99145404636c3d6d4 1,784 0.83/1.00 vMB 29
522,759 522,759 0000000000000000000cba7868b31b48d9c969ec77a14d51627c1d4afaeff289 2,339 0.99/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.93 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: 714.59 GB
    • Received: 17.57 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.