Loading Tool

Explorer IconExplorer

Memory Pool

76,905 transactions
30.69 vMB
0.13505350 BTC
Random Selection Loading Transactions
Max Size: 176.51/200 MB

Candidate Block

Mining Attempt 9bfb30dee0db45afae081f35fa6daa403e1674b615265a15bbe38ffbd76a40f5
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root f055337e89e0f50431c0c8601a3206acae07d03477dfb4680beebe57a4e5262d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,401
Size: 1.00 vMB
Total Fees: 0.04911646 BTC
Feerates: 150.36 > 4.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (419,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,834 495,834 0000000000000000006241f438aacc0374a0856458197e867274ea8958fa19bc 2,221 1.00/1.00 vMB 27
495,833 495,833 000000000000000000730134889c6cde9aa9e238994b486582dc37ee1a62fd39 2,272 1.00/1.00 vMB 114
495,832 495,832 0000000000000000000b8ab7f60435ddb589f10a535709088882e86887adc79b 3,101 1.00/1.00 vMB 53
495,831 495,831 0000000000000000001ab31fb7691ade3c82d71d70cce741333cd7dbb5cd52ef 1,922 1.00/1.00 vMB 155
495,830 495,830 000000000000000000bcea6789c52fe2f0b302fe3f91e2fef8d33d4c076d2836 2,290 1.00/1.00 vMB 207
495,829 495,829 000000000000000000303bb1c9cd7bcc550f2094eba5fe098159152fab8f036e 797 1.00/1.00 vMB 293
495,828 495,828 0000000000000000005593097584c92da2aca7f94bb1917a876e6066cebc44d9 2,434 1.00/1.00 vMB 211
495,827 495,827 000000000000000000926091ae80d6e0ff8440a2a2b2702cf2c115794f3eb344 2,553 1.00/1.00 vMB 179
495,826 495,826 000000000000000000bb5997e4d6437ad4dd3dbea50a3d766ada16a6bf8af830 2,241 1.00/1.00 vMB 130
495,825 495,825 000000000000000000031f426f1b26982461c635324a5cd683b114eaad126a05 2,264 1.00/1.00 vMB 163
495,824 495,824 000000000000000000132f4730881491b3e130b30211ff10db52d84d098cd0cc 2,507 1.00/1.00 vMB 213
495,823 495,823 000000000000000000c1ccd7e1a0707e2a09924c827e046450c501a093731770 2,212 1.00/1.00 vMB 191
495,822 495,822 0000000000000000003d24ef915986907da35fba45d7eb125ae6a5cad306a1ae 2,048 1.00/1.00 vMB 177
495,821 495,821 00000000000000000052c9b5bef60864f94e5043181c3949984ae54c3bc62ce3 2,176 1.00/1.00 vMB 269
495,820 495,820 000000000000000000992e81b2f124a63f41ccd58a6d91b1a71f7482d66c65e8 2,043 1.00/1.00 vMB 207
495,819 495,819 00000000000000000036365d7c81c25f5c55cbbe4948d55d61e9af7ac6e7b6ef 2,088 1.00/1.00 vMB 305
495,818 495,818 000000000000000000731feb558fc94c3c31661972faff72425621d2185f1d0a 2,367 1.00/1.00 vMB 62
495,817 495,817 00000000000000000037c4e1a98edbc0dcc1fb9995190124b92b364c2b319b6a 2,121 1.00/1.00 vMB 153
495,816 495,816 000000000000000000af45bec3c95982238236c5c89f0211507a4aff1135dfc3 2,306 1.00/1.00 vMB 242
495,815 495,815 0000000000000000002f5e087798486e7a61f051b2f5906e41c37381c43c5f5c 2,388 1.00/1.00 vMB 180
495,814 495,814 0000000000000000001244d8f8d8fb702e39cb9778cca11035a186f2f6b4a15c 2,627 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.