Loading Tool

Explorer IconExplorer

Memory Pool

80,995 transactions
29.78 vMB
0.10317298 BTC
Random Selection Loading Transactions
Max Size: 180.12/200 MB

Candidate Block

Mining Attempt 710f4909d286402f2353a970d4d7cdd4dfaf776ebee8bc68d4e49e96574b86dd
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 8b791bdae4523ffe40e96c6c0939e0c429a1c39561b44a46e7868ac709243285
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,083
Size: 1.00 vMB
Total Fees: 0.03834105 BTC
Feerates: 146.36 > 3.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (339,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,785 575,785 0000000000000000001e542fd5d8d6bb0b490a0cbf23fd84407251bc4751f159 1,619 1.00/1.00 vMB 42
575,784 575,784 0000000000000000002127889e9fe4a0687a54fb091ec2e3ddfa327ed12eb406 2,377 1.00/1.00 vMB 51
575,783 575,783 0000000000000000001092e2c65e7b519edc35f791a7cadb69792c2648071088 3,015 1.00/1.00 vMB 116
575,782 575,782 00000000000000000000fab05d0d4ee8cd846f655fc02a03a837ae86e440b6a6 1,458 1.00/1.00 vMB 4
575,781 575,781 000000000000000000021e650e070e723a933b0391a0cfbe2ac20f9417406c1b 2,047 1.00/1.00 vMB 31
575,780 575,780 000000000000000000298c287ed85370ae65aae4c106320b50eb29175904f0d3 1,932 1.00/1.00 vMB 67
575,779 575,779 000000000000000000139876f7205b603516287ed1acc75811cc36baeee423ad 2,762 1.00/1.00 vMB 62
575,778 575,778 000000000000000000243bc0e5d3c1df11678de8c3372f6a95b9febcdacac8fc 2,935 1.00/1.00 vMB 100
575,777 575,777 000000000000000000226d541a735e7c289e0c24fe8cdbc41c5d3cc2744e4605 3,155 1.00/1.00 vMB 92
575,776 575,776 00000000000000000008d5b36428b87cd0f83a70ff543f2fa5792c21737c3bc5 2,285 1.00/1.00 vMB 73
575,775 575,775 0000000000000000001540adeae69cbb8080c9ed9181c2b95c7852d94193a916 2,575 1.00/1.00 vMB 25
575,774 575,774 00000000000000000028c548c38ed2f2ca1d9bd370a2e43f2110f3f80b5642b2 2,844 1.00/1.00 vMB 101
575,773 575,773 0000000000000000000a894a8af5806f620f65a3e7722dff8a95c6a0afd0c5b0 1,937 1.00/1.00 vMB 28
575,772 575,772 00000000000000000005330081b6519e1426fe870ed3ffd057942e62646212d8 2,528 1.00/1.00 vMB 46
575,771 575,771 0000000000000000001d5317e911a3d75e7a0f1ec8f2dca4d24d2b879464995d 2,038 1.00/1.00 vMB 99
575,770 575,770 0000000000000000001fc1276006447f954a2283ead1c400953947fcbde4a38d 2,278 1.00/1.00 vMB 45
575,769 575,769 00000000000000000022d361a66a610b7c910d826b4dd430bf9bc63f90729c69 2,549 1.00/1.00 vMB 106
575,768 575,768 00000000000000000025974cfa9c4ca56a95085fc6b0a4d3a23ea22fde9bc5f1 750 1.00/1.00 vMB 17
575,767 575,767 0000000000000000000319a764527afaf001f4cece36e4945f13c9c361786329 1,873 1.00/1.00 vMB 51
575,766 575,766 00000000000000000015d5030006fd2da29ee91915f99bf9cfb9159af812fcaa 2,061 1.00/1.00 vMB 78
575,765 575,765 0000000000000000000c98a859852575eb59dcc49b6b592c50b515cc2b282f1e 2,996 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.58 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.30 GB
    • Received: 15.90 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.