Loading Tool

Explorer IconExplorer

Memory Pool

48,241 transactions
28.17 vMB
0.07165480 BTC
Random Selection Loading Transactions
Max Size: 150.30/200 MB

Candidate Block

Mining Attempt 6673f2c03ca85b50ea2ee4c4f6175d408220ed3f6649e2f14cdbbffe312f7c48
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 0061834dbb07c01d543f65ce0fd291f1e2f1a7ee567076af2e0111f77e72c4ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.01743806 BTC
Feerates: 301.05 > 1.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (485,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,595 429,595 000000000000000003e58ae3558c9bb5cfbaf5d8c448640dd787e2c60331f333 1,111 1.00/1.00 vMB 29
429,594 429,594 0000000000000000010c711b8cea94b62de529ea8c65305cded321dda3e589e7 1,367 0.63/1.00 vMB 55
429,593 429,593 000000000000000001a8fa70cbc98f55cc90beb32d721e196c6c65178c88f453 1,638 1.00/1.00 vMB 36
429,592 429,592 000000000000000000553bae0935fb3d292d944615b4fbadc572b3006e55d546 2,643 1.00/1.00 vMB 61
429,591 429,591 000000000000000000e92200f25e04bad71f7730ffdb9bc42665954cf852bbc0 2,066 1.00/1.00 vMB 75
429,590 429,590 0000000000000000007f84ebb6595b7db6bc073e5eb1d37d7ce4928174bffe84 2,414 1.00/1.00 vMB 52
429,589 429,589 00000000000000000304ca1d88c110471cb01d0e095102db6da655a6bfb21005 2,700 1.00/1.00 vMB 79
429,588 429,588 00000000000000000048a7ac9c45fd8cd9ad3e519949680c25ccb030a227c7d5 1,362 0.82/1.00 vMB 46
429,587 429,587 0000000000000000016a6ae5cb4587d72bed07e7ae9b51a472aaa76633868415 1,306 0.59/1.00 vMB 57
429,586 429,586 0000000000000000045aa114341ad549ac7328d70dd302f3622f84e4a1d4f369 222 0.99/1.00 vMB 5
429,585 429,585 00000000000000000430cd3b3c9a2f122767aceecc94e1aabfb510976a3695c9 2,346 1.00/1.00 vMB 58
429,584 429,584 0000000000000000001f5609db408b75615ef274c323fd1da1505a2595104648 1,475 0.77/1.00 vMB 54
429,583 429,583 00000000000000000094ac65b6d6ceb3cab8f707c0581cc4003c13931e83dce4 2,496 1.00/1.00 vMB 66
429,582 429,582 0000000000000000003434ff323a2badf45e1dce32fbb98a51f9f7cb8c1ed166 357 0.16/1.00 vMB 57
429,581 429,581 000000000000000001ba6a2c46111ab931c8f32e1cdafd8ce4f3951d54680dc1 705 0.30/1.00 vMB 60
429,580 429,580 0000000000000000048bf3b5d7f02f071494d74a53a13cd4bf53b7cea7e7eded 1,009 1.00/1.00 vMB 26
429,579 429,579 000000000000000004827d048e1679d870fc8436106fcbd9bb41d195a04e21c1 932 0.41/1.00 vMB 63
429,578 429,578 0000000000000000022781af258c63e87737dd6b7764f3eb6d68864b56de9ca7 1,045 0.47/1.00 vMB 57
429,577 429,577 00000000000000000185c6331200709b16c2ca80a1064f5dce72424f6ebedb62 2,233 1.00/1.00 vMB 48
429,576 429,576 000000000000000004009915d4e605f886478e79903b883b91c3b16383e7aab7 1,074 0.76/1.00 vMB 25
429,575 429,575 000000000000000004a15f4cde23f9a194d0540313a23406e1997c0b25f4ffbb 2,687 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.