Loading Tool

Explorer IconExplorer

Memory Pool

50,080 transactions
30.03 vMB
0.11574769 BTC
Random Selection Loading Transactions
Max Size: 160.14/200 MB

Candidate Block

Mining Attempt 677a8ad42677246f2529ac6c7f98f509f4df447b286f94bcec8ca3c9f7034314
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 1777788103b8a3135ba662498227b391dbc2117d67c14e9e36d2edde789630b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,481
Size: 1.00 vMB
Total Fees: 0.04486025 BTC
Feerates: 179.69 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (486,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,833 428,833 00000000000000000083736532768c3fd8b4e1d1533a5f4309512118e341064b 2,234 1.00/1.00 vMB 75
428,832 428,832 00000000000000000144a8447291ca429ea0ac5f3b3cb32d1325d6122f51073c 768 1.00/1.00 vMB 24
428,831 428,831 000000000000000000b23fc41feea00355c115ad5611157e468711819f62491d 1,975 1.00/1.00 vMB 43
428,830 428,830 000000000000000004a3a1ca650055f8039315c0ad335c84071335043244d019 1,302 1.00/1.00 vMB 35
428,829 428,829 000000000000000003851ab54d5b1c0d5960a662cb8df03e8da8d49bd8695dfb 2,145 1.00/1.00 vMB 80
428,828 428,828 0000000000000000039ada480b66f99e1401bff6fef0cf2db0f525faef493245 1,586 1.00/1.00 vMB 48
428,827 428,827 0000000000000000036fe74e02cf6dc55c30b4f6b7e31c730cf9ca76fd076a83 2,088 1.00/1.00 vMB 52
428,826 428,826 000000000000000001723d6b90112071c1ca72a0fbd639ff3443c57c40d9d51a 1,275 0.99/1.00 vMB 31
428,825 428,825 0000000000000000005346b236327994f43f8db8402a3b38ebe3389d57b7f68e 2,098 1.00/1.00 vMB 55
428,824 428,824 00000000000000000480dd3a7148f49fc93266eeeffe393d3a3c7a8adf8e1d45 2,335 1.00/1.00 vMB 53
428,823 428,823 0000000000000000021638479ea8a09ba78553a341f5c65eda787ed616bcc114 2,224 1.00/1.00 vMB 70
428,822 428,822 000000000000000003b8dabbd7d6f97cc2cdd391ec31d92b13a83754b1619eb7 2,070 1.00/1.00 vMB 75
428,821 428,821 0000000000000000033e375ce752c70f2489e04058f8fcc7079b2f5b665b108c 2,655 1.00/1.00 vMB 66
428,820 428,820 000000000000000003cdf47b514bbbb74c2e33b152c6d2981871118a62f72b95 2,560 1.00/1.00 vMB 90
428,819 428,819 0000000000000000044631ee66bfb13e41b56338f9f49ed9f0ae65e9db7a4a8e 2,242 1.00/1.00 vMB 49
428,818 428,818 000000000000000000e1c993e6fa908e5bc1f4b558011224268738f56494f613 2,508 1.00/1.00 vMB 71
428,817 428,817 00000000000000000290cea14a4e1d6d66d0d94490df8df810f25d83b1af8993 612 0.31/1.00 vMB 54
428,816 428,816 000000000000000000de4808aa91888e5ca607420822449de2b1aeadaab7978b 2,418 1.00/1.00 vMB 65
428,815 428,815 000000000000000000ca1dfe5454bf826c5b182181901c14f2664de21183b452 2,527 1.00/1.00 vMB 54
428,814 428,814 000000000000000003338699e716046381f8b20a3cc0cb51ff8e19fc3fb0a82a 2,345 1.00/1.00 vMB 27
428,813 428,813 000000000000000002beea4b1439b9f2abbb8a74e57c35cb55b78dc4171afacd 1,268 0.75/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.11 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: 652.02 GB
    • Received: 13.69 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.