Loading Tool

Explorer IconExplorer

Memory Pool

23,447 transactions
26.05 vMB
0.03419838 BTC
Random Selection Loading Transactions
Max Size: 138.37/200 MB

Candidate Block

Mining Attempt a6280be4e428c8e1f492d0a8ddf611e2c88e3af4c4cd82faea12ec382ad60376
Version 20000000
Previous Block 00000000000000000001ecec2db12522901ecb988eab581615c0140dd5cc5c1b
Merkle Root f27d28c4c3e64a6986d69c224d2ad35616c3e8c5b0c11d0df746031adedb4f74
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,359
Size: 1.00 vMB
Total Fees: 0.00489704 BTC
Feerates: 44.54 > 0.49 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,459 (24 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,435 939,435 000000000000000000018d138c4769c838e68e8926c5730723b6fb0bfbfcd070 1,859 1.00/1.00 vMB 1
939,434 939,434 0000000000000000000191fe92dddd7223939f8a5ff368056e31344d44e275b8 3,788 1.00/1.00 vMB 0
939,433 939,433 00000000000000000000db22d4bfbb3c2afb0d86869d93c68c279d3426156d71 2,969 1.00/1.00 vMB 2
939,432 939,432 00000000000000000000aa6acb0bfde07c1eb84fb94dc2abe41282e1b45998d8 3,248 1.00/1.00 vMB 1
939,431 939,431 000000000000000000018fee755b39b475e790a3058e6b0bb25af0dff03b21dd 2,304 1.00/1.00 vMB 0
939,430 939,430 00000000000000000000abcd1f9e7f10ddb899c6d1592c10dfd9ab03f5fa1685 3,183 1.00/1.00 vMB 2
939,429 939,429 000000000000000000003a950e2a1057b032f6afb6af2241dfe09ca2bcb4af62 3,381 1.00/1.00 vMB 3
939,428 939,428 00000000000000000001efab7e1fbd967be155bcd403e62094be59ef15d778d0 2,354 0.74/1.00 vMB 2
939,427 939,427 000000000000000000015dc057df8f0793c2ed0b7ea0cf626435b3f332d9129a 2,483 1.00/1.00 vMB 1
939,426 939,426 00000000000000000001c65b983c946636b8216a5615389a235e4ed09d5b0464 3,505 1.00/1.00 vMB 3
939,425 939,425 00000000000000000000787e694d30fc76ad75a838b8767f755869df0f28d8e9 3,764 1.00/1.00 vMB 4
939,424 939,424 00000000000000000001b068155f27a099f659f5d90c103ce748c806334edcc1 1,723 0.52/1.00 vMB 2
939,423 939,423 0000000000000000000189d4b1d33fd10783ed18035c7ac22a9a684fde5287e4 3,572 1.00/1.00 vMB 1
939,422 939,422 00000000000000000000dad750f138ff136cf70292063330a116d19d4d1cca4b 3,337 1.00/1.00 vMB 3
939,421 939,421 0000000000000000000109f66da14334ae703e1d0d2aecd87d2ebe42d82f54e5 3,251 1.00/1.00 vMB 2
939,420 939,420 00000000000000000000b11e83a4004b91f970844e47d133ce01042d1954f666 4,981 1.00/1.00 vMB 0
939,419 939,419 0000000000000000000172d45a73a62029161fbdd3c55d7b77a794f8a5705f8d 1,198 0.30/1.00 vMB 2
939,418 939,418 000000000000000000016d4f07b435eeeb6166f89e48875f0f6b360edff0158d 4,547 1.00/1.00 vMB 0
939,417 939,417 00000000000000000000b88c9010515bf52576fbd6ac5747b4abe518e853af44 2,094 0.63/1.00 vMB 2
939,416 939,416 000000000000000000002a6e197fe3549c054b5c1f44a108ed2fd5f7402094f1 4,641 1.00/1.00 vMB 0
939,415 939,415 000000000000000000013c1418b2b80b0c8db4c4597a4d8ac4f59681950e5505 1,705 0.54/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 825.75 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: 4,267.65 GB
    • Received: 234.96 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.