Loading Tool

Explorer IconExplorer

Memory Pool

52,828 transactions
30.98 vMB
0.11995901 BTC
Random Selection Loading Transactions
Max Size: 166.50/200 MB

Candidate Block

Mining Attempt 54d03e1394f51d81f5afbca4e95b8b53d3ebe3e5a099c35eafeed0787da9d9f1
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root d7709dd2404cd5db7a393f16a4ccbfdd5f1290f8c25fff0a562e35a418d808a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,775
Size: 1.00 vMB
Total Fees: 0.03806454 BTC
Feerates: 301.36 > 3.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (505,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,604 409,604 000000000000000004021b8268b09f622ae4d1ba021fac5f15b221d5a2094c9f 16 0.00/1.00 vMB 127
409,603 409,603 000000000000000003f49f9b2e5776f7ee482445b162f93acca740f79f35c9e7 1,598 1.00/1.00 vMB 37
409,602 409,602 000000000000000001da1534ab8431ef6c0a4c804fd21f55b6b3adc9a36643a8 1,324 1.00/1.00 vMB 30
409,601 409,601 0000000000000000031c9207be2a5da4841e97babf1a1ff3b43cd070bd2ae142 1,750 1.00/1.00 vMB 27
409,600 409,600 0000000000000000019c74c90f12b0e7ba203004bbc8e6ba1c49de9393f9b0df 2,166 1.00/1.00 vMB 38
409,599 409,599 0000000000000000049fdc141b02a54283d5fae2d9bd28047ddd72c37570493d 2,430 0.99/1.00 vMB 39
409,598 409,598 0000000000000000048a5f2f53d95cef4fdfa81a939101f60c851b0ffb36a080 3,033 1.00/1.00 vMB 54
409,597 409,597 0000000000000000012ef9b8d5041352795cb80124fdcadfed8fb89ca10fda0d 2,551 0.99/1.00 vMB 46
409,596 409,596 00000000000000000019bc73d58ed72739e892161bc7cced01fb19269f20bbd0 2,837 1.00/1.00 vMB 49
409,595 409,595 000000000000000005b174fb3f19c53f5037f47647787e15cdb4cf2758aa27c8 2,557 0.93/1.00 vMB 63
409,594 409,594 000000000000000001205da8363acca545044a77294e0a363d374863cf3f0096 1,742 1.00/1.00 vMB 34
409,593 409,593 000000000000000005d1719d8e9cdba81c593c1145031837a04710d6640c5a5b 1,924 1.00/1.00 vMB 45
409,592 409,592 000000000000000002892aa3c3200808219b6964d0881d92945706728bcf53da 2,109 0.99/1.00 vMB 41
409,591 409,591 000000000000000003f620deef827ad8e36e1848d00e57d67b7cd9cd2b0cbad6 2,446 1.00/1.00 vMB 81
409,590 409,590 000000000000000005d9eb390c54a876c8058e07e947f0ec4dcfea254a6a03a0 296 0.18/1.00 vMB 29
409,589 409,589 00000000000000000263b7ef28a35d77758259f7f8622361b110221c09e915da 331 0.11/1.00 vMB 41
409,588 409,588 000000000000000002a7fe4709b5c4a48c9d8da3aac534b9f44108b645275170 1,911 0.74/1.00 vMB 41
409,587 409,587 000000000000000000fcaea66a66cd8c069021c9804020215de878b910d5938d 987 0.43/1.00 vMB 37
409,586 409,586 0000000000000000057bd17f8f48236aba7a60be72750603f6efee0f1cb9034c 850 0.47/1.00 vMB 32
409,585 409,585 0000000000000000007015bbee3357352d02f6f7f98f1bb1c8517a3127a8d96e 2,449 1.00/1.00 vMB 42
409,584 409,584 000000000000000005acc2e2c2ad2da66081a485d3745e6779175caff4bdc99f 325 0.19/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.06 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: 651.17 GB
    • Received: 13.45 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.