Loading Tool

Explorer IconExplorer

Memory Pool

76,069 transactions
28.74 vMB
0.06952636 BTC
Random Selection Loading Transactions
Max Size: 175.83/200 MB

Candidate Block

Mining Attempt aaaedb122923dab6310ad126207b4b6ab9c07fc9776ff714fa56ced844981edc
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 2f4c3ffad22475f41b29fdeeb382739744e2951a7db55fa45fa399ccf31ba4c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,808
Size: 1.00 vMB
Total Fees: 0.00713547 BTC
Feerates: 40.21 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (89,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,692 825,692 000000000000000000017ac2a90e767e5f27338262ccab0fee00d39ef98b29ba 4,827 1.00/1.00 vMB 102
825,691 825,691 000000000000000000030259861c7d9697675dc77bebd7ae8305f92e532c4067 5,340 1.00/1.00 vMB 105
825,690 825,690 00000000000000000003caef662e707fd38ebdfa8f1f21bc1ab4523ccd7c69d5 4,982 1.00/1.00 vMB 106
825,689 825,689 00000000000000000000f5e61618b61dcc0adb4d2e05316ac45d8eaf79b031fc 3,678 1.00/1.00 vMB 121
825,688 825,688 00000000000000000003591b89a6688bde2170974afdf420d2ed94144d6a7e36 5,259 1.00/1.00 vMB 117
825,687 825,687 000000000000000000004e97c6b0c65d10c58a2187537eab38f4fe64cfb4047a 4,597 1.00/1.00 vMB 105
825,686 825,686 00000000000000000003690f0f049ef707c77cdb46f6768eb4e1d33ce2d1da6d 4,976 1.00/1.00 vMB 106
825,685 825,685 00000000000000000001ce2b9eb254ffb72158959de5af578003b1a64c8d7b75 5,571 1.00/1.00 vMB 113
825,684 825,684 00000000000000000002d3743998c5cd2c92375a3c4826d4a8a49e71956a514b 4,779 1.00/1.00 vMB 121
825,683 825,683 00000000000000000003ac9acdf5ded914a8da2c53e87867436c4e5f32c18746 5,440 1.00/1.00 vMB 122
825,682 825,682 000000000000000000010a0e6f2484d36cf1d541c45c0f04ef066ae7d9ab48cf 4,138 1.00/1.00 vMB 124
825,681 825,681 00000000000000000002aefbec002fc967e580684e0e8722a87af0bbdcc5a1b9 3,642 1.00/1.00 vMB 103
825,680 825,680 000000000000000000028e7926ccd12b0b13cb5d1e269dfe2d90eb65b7c0f1a9 4,958 1.00/1.00 vMB 112
825,679 825,679 0000000000000000000203edf8fe4efddc978c6d0183ff653df54466f082b764 6,009 1.00/1.00 vMB 119
825,678 825,678 00000000000000000002e0c22a52a1113af8d49375413d1d4144eaf278a6fd93 4,241 1.00/1.00 vMB 111
825,677 825,677 00000000000000000003856329b0167359aabc6ab086de577e44933b8c97e102 5,383 1.00/1.00 vMB 123
825,676 825,676 0000000000000000000086b3084641a76719d5d6dfd9723f96e02159f9365f9e 3,701 1.00/1.00 vMB 124
825,675 825,675 00000000000000000002d806cb5afbaa6a0ab5f7277d02f58f29eb38f2bfe081 4,036 1.00/1.00 vMB 142
825,674 825,674 000000000000000000003aec6544b3d3c52908380e3029b0ee19c8a6da04897f 3,962 1.00/1.00 vMB 124
825,673 825,673 00000000000000000000e37234f3ed57eb2446b995674fc3d1fafe73da638be9 5,569 1.00/1.00 vMB 111
825,672 825,672 00000000000000000001b69446938edca76177234d70fc2071c75cd439c6e81d 4,933 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.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.