Loading Tool

Explorer IconExplorer

Memory Pool

16,994 transactions
8.08 vMB
0.04989361 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.89/200 MB

Candidate Block

Mining Attempt 5340493fc2e87660b21d5314e795965a9a32f5642781898bd93255f14a973917
Version 20000000
Previous Block 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb
Merkle Root 77353c1e1b9dd375b85a04b6d460e1903c28900b3a44a789d24d073135a318eb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,564
Size: 1.00 vMB
Total Fees: 0.03294502 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,385 (792,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,878 120,878 000000000000690b07fb6d4da3cc9d4ec6a290bd9a1a9eea5777b7eeeb40de32 8 0.00 vMB 1,347
120,877 120,877 0000000000005f4f37c9c23f701f5ff9cdde5ef682b0f98f1bc7a6c07e07da97 1 0.00 vMB 0
120,876 120,876 000000000000789f3a0800a58d399bcf20f2a90e12b1fb48023907cdca28c3a0 33 0.01 vMB 189
120,875 120,875 000000000000189a46a606d80e69f824a2280c025e1f2be18bc09c51902d6de0 23 0.01 vMB 710
120,874 120,874 000000000000b23d1f9c370943d272cd8502e26a424dd82d95e3d1bec488dda9 7 0.00 vMB 355
120,873 120,873 00000000000075c0d4f1cf3cf269a4d143b456c706c9e7cc87d7160a774ed097 22 0.01 vMB 709
120,872 120,872 00000000000072824185bfaaabff557734d0d2cf20ea438ce82966cf86fda4f0 2 0.00 vMB 0
120,871 120,871 00000000000033bca05fbf79737d1bbf374a446bf63a86aa7ad123778b3d9e9f 21 0.01 vMB 1,031
120,870 120,870 0000000000000e2709137a4e3b7f5a7870caa5494ae1a6e89bf7aa7eea678233 9 0.00 vMB 952
120,869 120,869 0000000000000d496cbc054194ffed075a8600725c62b10659e2f70dc92af7e9 54 0.02 vMB 568
120,868 120,868 000000000000b47da2dd1a8afa5804a42f32a5ceb29515a07de47cbfcf3184d4 33 0.01 vMB 534
120,867 120,867 000000000000628b3c5444c45544373aedf182127daffbdc85934dd03513a087 25 0.01 vMB 1,241
120,866 120,866 0000000000008318b7d5bfb979c8934b24d94b6d8e61443065ad447cb6f69203 75 0.03 vMB 418
120,865 120,865 0000000000003d3afd214724d573145eb0db6319199fa525f5e98ec21928cd8a 14 0.00 vMB 998
120,864 120,864 0000000000000b0ae027331d4a5ada9d4facb3cffe1a345acb133e28be395f2f 18 0.00 vMB 1,800
120,863 120,863 0000000000007c08dc4c2f522b0732f865cfa8ecd3a57b19d082ddc89bf34985 13 0.01 vMB 0
120,862 120,862 0000000000009ca262978c251115ed6eb69874d9e58a55e169d5000840a72b0a 7 0.01 vMB 0
120,861 120,861 000000000000a1a8427863ec663cd46f017d218f9c3731cccd838434a2ca864c 6 0.00 vMB 816
120,860 120,860 000000000000a693f5a1581d964741c94217b49e42378881e5cd3caa36ada00e 11 0.00 vMB 929
120,859 120,859 0000000000001b40aa090042699a78393175af579f08cad54b0789be37b824ba 15 0.01 vMB 32
120,858 120,858 00000000000027d1eebc63b0b027dd015c7f0a710aaecf5a5def92c92acbd255 13 0.00 vMB 1,035
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

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