Loading Tool

Explorer IconExplorer

Memory Pool

78,276 transactions
29.25 vMB
0.07455255 BTC
Random Selection Loading Transactions
Max Size: 179.31/200 MB

Candidate Block

Mining Attempt 1f7afd5cd3203e0483f8b03fc5d7a8d78b80e5b16f18529001bb6a55167a2c0e
Version 20000000
Previous Block 000000000000000000005526bea8af5b3d9aa43c0c50a99620a61707332605e3
Merkle Root 2fe0588175f8edd979d26a3c8496f4324411003a3ffa4311a9906893530fb7d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,743
Size: 1.00 vMB
Total Fees: 0.01055960 BTC
Feerates: 100.36 > 1.06 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,237 (354,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,211 561,211 0000000000000000000cb001789cce6b5ff3a311a4d9b0c508b351c55a334046 1,764 0.59/1.00 vMB 9
561,210 561,210 00000000000000000022864592416c55f9ed93e43285d5566abbbd8321ef144c 145 0.05/1.00 vMB 17
561,209 561,209 0000000000000000000bc5d7aca9f3a4266b23e82600c4c9fd2915af6ac53b0f 1,238 0.54/1.00 vMB 7
561,208 561,208 000000000000000000117f4db5b38d5189f543e886f089143642f454facd4030 2,709 1.00/1.00 vMB 9
561,207 561,207 000000000000000000285fd01ddff60111d071e4c6263be949553d7c00487f31 632 0.26/1.00 vMB 15
561,206 561,206 0000000000000000000b5a1352c7d85aa10f0c137ea7e63e36d842bb5a1daef2 1,212 0.37/1.00 vMB 14
561,205 561,205 0000000000000000002817daa19f683b9defcef655f2a5d8765cd102aefcca8f 2,068 0.59/1.00 vMB 2
561,204 561,204 0000000000000000001789af3b8154a487dbfbe18122203393ff4abbeed2209d 2,682 1.00/1.00 vMB 5
561,203 561,203 00000000000000000003d112ae57961de89b53dd71c2cb0fd74e98519ad9cedb 2,804 1.00/1.00 vMB 31
561,202 561,202 00000000000000000002ed438631e7c224bb691a705dfdbffd0526fe489debf2 2,560 1.00/1.00 vMB 12
561,201 561,201 00000000000000000002cf34faf438ea9d91810831c51a6360f3dd0967e4b074 1,993 0.63/1.00 vMB 4
561,200 561,200 000000000000000000284531de0f1de83cae3c158839114ed6125e62d714ba3c 2,435 1.00/1.00 vMB 16
561,199 561,199 00000000000000000018c5b9364cf75f2f6150bcbe987c502ff8b13da11a2fcd 3,209 1.00/1.00 vMB 13
561,198 561,198 0000000000000000001e42a458e79a6d032bbb1606c0a8dbbebd36f0f8fd7cf9 2,087 0.75/1.00 vMB 5
561,197 561,197 000000000000000000213677fc7ab11c324cfb3619eb4bc1a7403e0a7791be49 2,884 1.00/1.00 vMB 15
561,196 561,196 00000000000000000009ed1875e30501e78ff114d389fd7154379b5839a8656d 1,634 0.58/1.00 vMB 4
561,195 561,195 0000000000000000002ed78e32b161d71ab556263a273b5da1cd8d71b3449fb1 2,933 1.00/1.00 vMB 8
561,194 561,194 0000000000000000000b245194efe8a3041ac5a2d48406aaf3fcdb1a9a91226f 2,976 1.00/1.00 vMB 21
561,193 561,193 0000000000000000002ab3c88e5b7fbc22e2fc6c9b68296926fa57a9d0fd8c37 2,730 1.00/1.00 vMB 21
561,192 561,192 0000000000000000000d5273796b99d0d65d103cc68d7dc59074063efda0e6e6 2,656 0.93/1.00 vMB 9
561,191 561,191 0000000000000000000530e65487859b8e292707af608cfe4b1592b8949e6f4c 2,667 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.80 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.06 GB
    • Received: 17.02 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.