Loading Tool

Explorer IconExplorer

Memory Pool

78,767 transactions
29.87 vMB
0.07606337 BTC
Random Selection Loading Transactions
Max Size: 182.43/200 MB

Candidate Block

Mining Attempt e1cc8c4368666dab65c1a1135809094cd257d3784d015f3fe4a17be3e260d254
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root f0359c3840fdedea26be91766914850c2b3b2be06bed4e6c4fd3e2a898412778
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,898
Size: 1.00 vMB
Total Fees: 0.00990590 BTC
Feerates: 150.58 > 0.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (467,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,370 448,370 00000000000000000013c8af775b67307baab5b6e9a3ace3e0b4c84a2c75dda9 2,076 1.00/1.00 vMB 96
448,369 448,369 000000000000000000b75fe65936f4c64f165ce42155593b49b5b60306fc4c91 2,305 1.00/1.00 vMB 83
448,368 448,368 000000000000000001e5ee08addc87695b0a89dc983a8b3604a9e7bfff2162f0 2,303 1.00/1.00 vMB 63
448,367 448,367 0000000000000000009552323fb1b852f4a24b789d02432e1e2c29bdc4ef83c6 2,359 1.00/1.00 vMB 67
448,366 448,366 0000000000000000027fc54f64885687276639f7221b88d332c4a929205f32ea 2,146 1.00/1.00 vMB 97
448,365 448,365 000000000000000002ad1d1f08592826b5d517e70444f29eb4127ccc8085e6aa 2,430 1.00/1.00 vMB 74
448,364 448,364 00000000000000000084be557d3c512301b34781a69b086d7cabf1aa3a6762b3 2,627 1.00/1.00 vMB 69
448,363 448,363 0000000000000000007499c4d1f151c3f9a1bddb618f080fbd1b63b43334dfbf 2,070 1.00/1.00 vMB 76
448,362 448,362 000000000000000000b7a0a77bcfc48fe52088eaddf0dabe94bf8ee4eacb33e1 2,723 1.00/1.00 vMB 84
448,361 448,361 000000000000000001ddd60b82a1d61a557dbe37909da7d2f36a23d1a7e1d4ec 952 1.00/1.00 vMB 90
448,360 448,360 000000000000000000bc4d0c07138ccb19f407fc1896e3529198e2e1599c6803 2,028 1.00/1.00 vMB 112
448,359 448,359 000000000000000003062a3c22f8d29a167c5a117d80020643a4d39719571b5b 322 0.12/1.00 vMB 79
448,358 448,358 000000000000000001401dcea60de2ccf0b2c2bb137161926c85ac80bdc85cbf 116 0.10/1.00 vMB 41
448,357 448,357 0000000000000000022a8a981cdad5f8f2df73c836bb769f91618f31a2f3ff6e 1,374 0.81/1.00 vMB 77
448,356 448,356 0000000000000000033a6e58ed73d0bf2481aec0ddb80bfe4b47009b82f652bd 2,853 1.00/1.00 vMB 86
448,355 448,355 00000000000000000197a5b11fd5c83006c277dd8fd7a41b137cec443f8f93db 2,491 0.99/1.00 vMB 74
448,354 448,354 00000000000000000032f204d510dc679210981b63973ec158059a56a299bccd 686 0.27/1.00 vMB 81
448,353 448,353 0000000000000000007d718f04553d8a70951ae2ed96425b40782789dfa35b1f 524 0.21/1.00 vMB 79
448,352 448,352 0000000000000000019393a9cbfffbcf6270a21ffdde18b464c32945f0fe98c7 2,194 0.71/1.00 vMB 83
448,351 448,351 000000000000000000bb83a5e82b9c24e0e284dd7ef8d177de6f763deb568f55 982 0.50/1.00 vMB 71
448,350 448,350 0000000000000000006fb67ad630570bcea521051f0e4cf4291da1a1c8eeb0ff 917 0.70/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.