Loading Tool

Explorer IconExplorer

Memory Pool

77,360 transactions
29.07 vMB
0.10041186 BTC
Random Selection Loading Transactions
Max Size: 174.95/200 MB

Candidate Block

Mining Attempt 3cf71ac5feab73d3dbc6352fc9708f0785744b779bd9acfd8fe7cd98f5a24673
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 42f99e0f65b77657c175127e2cb44e1f692d22a964026b61f46d3e03b9b014f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,449
Size: 1.00 vMB
Total Fees: 0.02667809 BTC
Feerates: 453.09 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (483,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,131 432,131 0000000000000000036dcdafcc1ed9aecf0d00594ffabb05f7da6ec863ea08f5 2,510 1.00/1.00 vMB 77
432,130 432,130 0000000000000000031fd5f5344d99d59bde64449c63ecab40d598b2b086e422 2,039 1.00/1.00 vMB 71
432,129 432,129 000000000000000000e03452f8e090e30e04693819c3a468d4586d9e00a4a785 2,065 1.00/1.00 vMB 58
432,128 432,128 00000000000000000183251a303d278ab8a3032df47611b742df4659f5277258 2,560 1.00/1.00 vMB 49
432,127 432,127 00000000000000000074e98d0a3322692974f1eeafafe0bedd0e5d04886611a4 2,441 1.00/1.00 vMB 55
432,126 432,126 000000000000000001446c123e88805c308fffcb87ff4b2c442884dc34430aa6 2,952 1.00/1.00 vMB 71
432,125 432,125 000000000000000000c0a229c39230a3542aa2537cc9f0d43e093d8e4d901ddb 2,690 1.00/1.00 vMB 58
432,124 432,124 00000000000000000035c4c2d999e153617d678550650a814a14a2faa4ddfb43 2,146 1.00/1.00 vMB 62
432,123 432,123 000000000000000000a52a16a48300f9ed6fe7a086a40268a95d9757ad9a691c 638 1.00/1.00 vMB 79
432,122 432,122 000000000000000003254f4937ac57900f7daec38ac07dd9319b5e66ab4b40f9 1,982 1.00/1.00 vMB 105
432,121 432,121 00000000000000000278e7b4d94cca3b03ca77916c40b24c0960786be0602a02 2,768 1.00/1.00 vMB 66
432,120 432,120 000000000000000001fb870121abc2b60fd622abb725eb94ca4d40ab148ef4dc 2,158 1.00/1.00 vMB 76
432,119 432,119 0000000000000000016bf3879f2c2e2f2e0a0b16f30ab92adc4a810115dcaba0 2,332 1.00/1.00 vMB 67
432,118 432,118 000000000000000001345eea878c04a1135560be8d9dfb41ce56e0faba447c1e 1,108 1.00/1.00 vMB 82
432,117 432,117 000000000000000002aeb209c1fa1bddc0174c704d1d8dc9a5dbe0854ed80ffd 1,293 1.00/1.00 vMB 93
432,116 432,116 0000000000000000036adda06b72586dc27c89604ebd9a4adcbdef40b0f01487 1,430 1.00/1.00 vMB 146
432,115 432,115 000000000000000001531e29a9227db44951034394b5210b8052dc082cfdaf63 930 0.37/1.00 vMB 65
432,114 432,114 0000000000000000001f578ba2330796a4aef619d8eda2e48304804e6bb19956 564 1.00/1.00 vMB 14
432,113 432,113 000000000000000001b935480f1ec00c1306626148e15ddf9c3a54f2a49d6daf 1,416 0.80/1.00 vMB 40
432,112 432,112 000000000000000001f48e9c3f7f73e567d9a6e7597c621d92d952efd74869ca 1,919 0.99/1.00 vMB 49
432,111 432,111 000000000000000000efb513e41bc4031a259329888d694b144b9f425c9282ae 2,506 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.