Loading Tool

Explorer IconExplorer

Memory Pool

23,570 transactions
11.69 vMB
0.03891677 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.81/200 MB

Candidate Block

Mining Attempt cbac5e987e1646e20f37243a636d481eb63889e4550986f9b5f91140b057bc09
Version 20000000
Previous Block 00000000000000000000e302f3878319182556fceedbb9bd50b83b87694db006
Merkle Root af66cf0411974c387e7259b0b9ca70c255eaa4d9f8187920f4b2c6d6250d1ff5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,701
Size: 0.997901 1.00 vMB
Total Fees: 0.01971053 BTC
Feerates: 503.57 > 1.98 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,669 (524,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,097 389,097 000000000000000004c03b865b4a41eae005cda0281cd44343cff1acb15de06c 175 0.34/1.00 vMB 9
389,096 389,096 0000000000000000029bb0e6f6d27da5912b640c49f9c2fd4456250436c27178 351 0.25/1.00 vMB 31
389,095 389,095 00000000000000000b98da00a9ca0cc34a2b5f6854261a6e355d878015b8e830 2,649 1.00/1.00 vMB 41
389,094 389,094 00000000000000000a873ec37a744efff9c4f7a42a3126052e84bda1430735dd 509 0.51/1.00 vMB 5
389,093 389,093 00000000000000000695b9c2cbbc1ba8773292b29b24142dd0fcbbad4a2afde3 839 0.49/1.00 vMB 31
389,092 389,092 00000000000000000486b3876159a2d4ceabb1e2e9e671305a4f24f3ee56372a 1,285 0.53/1.00 vMB 43
389,091 389,091 00000000000000000b04158e4fd2221d2f3ef8713b0d7bd43a41865fb02d9524 1,028 0.50/1.00 vMB 36
389,090 389,090 00000000000000000b540cc72fe7ac45315f77759210eafdb7d3ae7fda389d84 389 0.45/1.00 vMB 18
389,089 389,089 000000000000000007f626f61aa6762943e997530a678b7d7d16ec7cd09e0dfc 426 0.89/1.00 vMB 15
389,088 389,088 00000000000000000ba0a2074428c20b60dd96ca0fc26eb4ceec555b06bbc290 1,572 0.75/1.00 vMB 34
389,087 389,087 00000000000000000198bcc5bd65fd0ccd1c7e3b49e0170ea80296cbfee05042 347 0.14/1.00 vMB 37
389,086 389,086 0000000000000000035793500834d084a63e84172d3f7b6a8857345de9183934 1,024 0.75/1.00 vMB 25
389,085 389,085 00000000000000000b61b232907adbb0480a8befcb8dcfc50a3ddffb74267078 1,048 0.87/1.00 vMB 17
389,084 389,084 000000000000000003cfc8240c06b4434d19a7c48cb3c9deea30268436a9bcba 1,133 0.54/1.00 vMB 38
389,083 389,083 00000000000000000754d740ed750475d4c36cc587cea6fe1064036892387bba 702 0.34/1.00 vMB 33
389,082 389,082 00000000000000000aee644580957397756ddfff2032391f87b2ac4939b84658 946 0.59/1.00 vMB 47
389,081 389,081 000000000000000007f99122251735505a3a51034c90745f1e7606de3eefd8a8 344 0.14/1.00 vMB 39
389,080 389,080 0000000000000000038dc95b02f455b37d81e4116954d6d40541c9dac27b12c5 1,454 1.00/1.00 vMB 23
389,079 389,079 0000000000000000079ce96177d49f2a81063296ba23a31d78a1bfc9ac069888 602 0.36/1.00 vMB 30
389,078 389,078 00000000000000000c40b1e9b13ea63bd2c9189b8819797c01918eb3159dffb6 304 0.14/1.00 vMB 40
389,077 389,077 00000000000000000d0adfe46fceeee0c7d8a2e00c30e5f0378cada3ab8966c7 1,669 0.65/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 780.04 GB

Node Details:

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