Loading Tool

Explorer IconExplorer

Memory Pool

84,334 transactions
35.17 vMB
0.17209316 BTC
Random Selection Loading Transactions
Max Size: 199.69/200 MB

Candidate Block

Mining Attempt 6fe9e11ed2025a12fc1100306a4f1a411c68f67b532bb3e4c576481c8acbfa89
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 31f6acef03eb92e1e4d5969f0fbdabf63b0dc14cf0ad580564e46e79450e332c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,425
Size: 1.00 vMB
Total Fees: 0.04081063 BTC
Feerates: 435.08 > 4.09 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (298,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,644 616,644 0000000000000000000f36fdd27f048927cb9a73147cf82fb6cfc22fb67bd898 2,022 1.00/1.00 vMB 23
616,643 616,643 000000000000000000068664af730308e81bdec81a68ecd82862e43f8639b628 1,476 1.00/1.00 vMB 11
616,642 616,642 00000000000000000000fe1afe799f5a7f5e531f89acde5dc81f257c822f1306 2,862 1.00/1.00 vMB 30
616,641 616,641 000000000000000000120ff3e3521a6fd3d477bc5df354fdfba3bda78527b980 3,262 0.86/1.00 vMB 5
616,640 616,640 0000000000000000000582b188d2a1f18abc0fb729cf5e24572efe38d82b2c41 2,863 1.00/1.00 vMB 17
616,639 616,639 00000000000000000003d099a0d2a1af7043d51de4075742a4cfa2d2a1446ed2 2,488 1.00/1.00 vMB 11
616,638 616,638 00000000000000000002d39b346e74e08eec1fd07d1210d7500c9167d2e8ac49 2,388 1.00/1.00 vMB 16
616,637 616,637 0000000000000000000eac8bcb0b55c5a00d438cd68de2836e20824b59bbf571 2,672 1.00/1.00 vMB 12
616,636 616,636 00000000000000000010767ce283acc8c10657299014a846b92d797390f3dc15 1,611 1.00/1.00 vMB 8
616,635 616,635 000000000000000000020475a054d6657a1443a085e7b8da00ae7be58bf0383b 3,128 1.00/1.00 vMB 28
616,634 616,634 00000000000000000007113e79edb30157cf555e802f715bc78631a507e1fdd4 2,664 1.00/1.00 vMB 26
616,633 616,633 00000000000000000000cae29061ce1f36763bb8a7f4ca0f5abf2e53bd8ffbb3 2,824 1.00/1.00 vMB 11
616,632 616,632 0000000000000000000d68f86089b3d93b0bf988394d4ed44893524a643fae07 2,781 1.00/1.00 vMB 12
616,631 616,631 00000000000000000009fb32c368c1c2cafbd24a2506068c982a4a54f173c7a2 2,876 1.00/1.00 vMB 17
616,630 616,630 0000000000000000000290057ac76fc0b9ca6e2ea783df49b512230a052a14f7 2,888 1.00/1.00 vMB 25
616,629 616,629 00000000000000000007d0c1227f06d4464f9fa0fd03cc1c1411f9be08b024cd 934 0.31/1.00 vMB 14
616,628 616,628 0000000000000000000d24eb7d15447b83b2795fe25ac4f6ac92dd3c1b7a2c79 2,854 0.88/1.00 vMB 14
616,627 616,627 00000000000000000011462702c998b7244f4e088d91a52cd7ddb7b19af36810 1,592 0.57/1.00 vMB 14
616,626 616,626 000000000000000000077e3836b904c722e03797baf5d0702c907b4c86811ab8 1,837 0.66/1.00 vMB 6
616,625 616,625 000000000000000000039b2a1d794474d3ed802276ac678d14efdf054fd9ff67 2,054 1.00/1.00 vMB 23
616,624 616,624 0000000000000000000a94769d6b5c953482e821869ec57e24ee783bd4fbaffe 1,994 0.82/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.10 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: 730.36 GB
    • Received: 18.50 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.