Loading Tool

Explorer IconExplorer

Memory Pool

39,873 transactions
28.84 vMB
0.06335846 BTC
Random Selection Loading Transactions
Max Size: 146.74/200 MB

Candidate Block

Mining Attempt 75f85cdff4bda2ebde07206100442dc558b864c177025756c66ed75206ac5b03
Version 20000000
Previous Block 000000000000000000012d6c916022b0c29b256de4137f6a37cd2f35e9040386
Merkle Root 3dd01f39459cb10ab86fccaa0dd750218ec263942cd069bc8e01a0f05228775d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,273
Size: 1.00 vMB
Total Fees: 0.00726280 BTC
Feerates: 50.27 > 0.73 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,543 (394,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,012 520,012 00000000000000000035feebfe014acee0f1fd4e4b1db6292bc7f4da3c5466ef 1,117 1.00/1.00 vMB 62
520,011 520,011 0000000000000000003370eabab1fad049f54b84cd78630c9ef657f88c5a6466 1,819 1.00/1.00 vMB 82
520,010 520,010 0000000000000000004339afb902e7a622e4a3f2660c9d5bc3156fcd82d01f58 1,498 1.00/1.00 vMB 86
520,009 520,009 00000000000000000024b37eb1fbb33c0573a9b2729bcb89a96231e3edadfa61 1,740 1.00/1.00 vMB 41
520,008 520,008 0000000000000000001c8981a46b60d5fca5c7983f388040bc1aa6f7b637f734 2,692 1.00/1.00 vMB 109
520,007 520,007 0000000000000000000a4419fdc984e64a7868f135d9af1f442102587e265f84 2,676 1.00/1.00 vMB 119
520,006 520,006 0000000000000000003c3f08fa03f8c6c375f53c5a126daab0acae83bb6a4d83 1,733 0.91/1.00 vMB 14
520,005 520,005 0000000000000000000c9de154ab8516ee9e7fca0a41b15a1f33d1b13836cf88 2,197 1.00/1.00 vMB 85
520,004 520,004 0000000000000000003ac1cea3e9edb403242d95d6517432ad005e468458f237 2,143 1.00/1.00 vMB 12
520,003 520,003 0000000000000000001f1f028794e349450f56e351e16213e02a71acd6c889ca 1,498 1.00/1.00 vMB 59
520,002 520,002 000000000000000000325d7a56899a88d340655361c7742ee864e4a1e5c5d9f7 2,815 1.00/1.00 vMB 112
520,001 520,001 000000000000000000003fc70d231117f6ce3151e37d8813f3fa9027b60134f8 2,133 1.00/1.00 vMB 56
520,000 520,000 0000000000000000000d26984c0229c9f6962dc74db0a6d525f2f1640396f69c 1,829 1.00/1.00 vMB 66
519,999 519,999 0000000000000000002805302293df911371f53a595b2cb571c2536ceef62e60 2,147 1.00/1.00 vMB 53
519,998 519,998 00000000000000000047ddcb6a2f4a0ac3e11a53450054e103b662fd4f866876 1,670 1.00/1.00 vMB 99
519,997 519,997 00000000000000000043924ae5196608b77d011bf76a1e0eae8f4bd66e4e659e 832 0.31/1.00 vMB 65
519,996 519,996 00000000000000000016f979816095fd8619cc78c387c47707692612cfc338ec 1,175 0.52/1.00 vMB 54
519,995 519,995 00000000000000000011abcbc657f56c0c9509e6262555ac4e9c99f9b3f02dba 921 0.72/1.00 vMB 26
519,994 519,994 0000000000000000001a9786741580c9823efe10d5fb548eb4c7e05c28426530 1,901 1.00/1.00 vMB 74
519,993 519,993 0000000000000000000d4715ff499c5ce23c4b355634d4b59a2fe3823387dd12 312 0.10/1.00 vMB 58
519,992 519,992 000000000000000000108e09e92c0559d83d4356fb67f6e3d9953f8088be41c3 879 0.35/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 781.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.67 GB
    • Received: 11.36 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.