Loading Tool

Explorer IconExplorer

Memory Pool

80,545 transactions
29.72 vMB
0.07128752 BTC
Random Selection Loading Transactions
Max Size: 179.33/200 MB

Candidate Block

Mining Attempt 0e9f90abb02c1ea1a964a27184e20fbb88aba8f20d8d69c3c13440398ff22336
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 068dc65dcc5ccf9f17b40a0e6353329d983699aa41fdfa85b4b444e57511b971
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,027
Size: 1.00 vMB
Total Fees: 0.01057540 BTC
Feerates: 502.67 > 1.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (375,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,324 539,324 000000000000000000241c7044bcccaa73d235557a54ff1f873c6e8e74cce8e7 2,188 1.00/1.00 vMB 28
539,323 539,323 00000000000000000000bcf55826065291e106a58c607e160ef2e82665b6b357 2,093 1.00/1.00 vMB 32
539,322 539,322 000000000000000000253baa7603b3b56e39ebd81ab44804c4aeefc60a41ebab 120 0.09/1.00 vMB 58
539,321 539,321 0000000000000000000d951123261e1687e1c1af187c8a196176d989cdb4ed87 1,227 0.69/1.00 vMB 18
539,320 539,320 00000000000000000016a99251223d744224dd369a89026716d0b360fa3b5bd2 59 0.03/1.00 vMB 21
539,319 539,319 00000000000000000028fb5555957980e6b702c18828b93cf6fea2e68d9aa886 2,113 1.00/1.00 vMB 8
539,318 539,318 0000000000000000001e569e57fb8b94aaf2676bc214d928a00ed0241e7d621a 2,043 1.00/1.00 vMB 38
539,317 539,317 0000000000000000000a41fb13b4eedad4bca790d3ca3a3ae6d7e4d6317ca596 1,511 0.85/1.00 vMB 14
539,316 539,316 0000000000000000001fd6b5446d102b84d70931b45b7bf684686776824725d3 2,043 1.00/1.00 vMB 24
539,315 539,315 0000000000000000001b3a49acd62b1f287df8b4aa61604cba80c0c03043a11f 1,644 1.00/1.00 vMB 34
539,314 539,314 0000000000000000000e37ceaea0c9f3ce6a847ee5e1c12ff7f5bf3aef025e49 979 1.00/1.00 vMB 3
539,313 539,313 0000000000000000001cbb939a6ba205cd3f6ebca375968a66f294945631cdfc 621 1.00/1.00 vMB 6
539,312 539,312 000000000000000000069a0f1e805c6b538b63b98d9b82236ca64c63fa7d90a1 1,131 1.00/1.00 vMB 5
539,311 539,311 0000000000000000001cb5bf059cfc9145e3bd26c71bb0a4cdee770497a788ce 2,570 1.00/1.00 vMB 28
539,310 539,310 0000000000000000000503ee22336c58514c94c7c63419434d13ffe684ce823a 2,457 1.00/1.00 vMB 23
539,309 539,309 00000000000000000009fcfc863afa566665ed7a58d461f0e5d68e7422e9a8ef 1,740 1.00/1.00 vMB 9
539,308 539,308 000000000000000000029657975c7d5c3f3fcbb0919b4c07f9879f7265c57b1d 2,453 1.00/1.00 vMB 14
539,307 539,307 00000000000000000004fe9c6ce14c2cb03ec950a38ab579a580180bbc4067c9 2,439 1.00/1.00 vMB 26
539,306 539,306 0000000000000000000137365db2352b6ee0218fe3b3975e74a652cfc1ca20d2 1,914 1.00/1.00 vMB 8
539,305 539,305 000000000000000000059dbfa5a4a95f8a1985c707a95b2c0252993725745789 2,418 1.00/1.00 vMB 39
539,304 539,304 00000000000000000013b56bc9976cb203b0faab4c2c973bcef2d37e8ebe6358 2,311 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.