Loading Tool

Explorer IconExplorer

Memory Pool

78,673 transactions
29.30 vMB
0.10648960 BTC
Random Selection Loading Transactions
Max Size: 176.19/200 MB

Candidate Block

Mining Attempt 69e7e8eb235bc0522bd01c5a2dd2d6468aa7df6bccb8ad851927c9f674dbf028
Version 20000000
Previous Block 00000000000000000001a2148a353b227d382a7d8eddccbe4a14c874fc92a04e
Merkle Root 1fa8a1e53a3e246466e3f5bdbd7d02db4caa93f73b24f17b837d9856be22dc0c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,595
Size: 1.00 vMB
Total Fees: 0.02966814 BTC
Feerates: 144.91 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,267 (206,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,110 709,110 00000000000000000003fcb387b1066ace0ccf31738b2f08e7441326b1a890c5 1,903 1.00/1.00 vMB 12
709,109 709,109 0000000000000000000c2d9c39eb8872a2f998289f3ca039574a09c1602de365 3,837 1.00/1.00 vMB 8
709,108 709,108 00000000000000000007a18e416879c38c2db2ad695a7e5abc8bfa3068ebbaf6 3,467 1.00/1.00 vMB 14
709,107 709,107 00000000000000000000166306796c7d48e8bc6dd283ada4be792d7c4e7e027b 3,022 1.00/1.00 vMB 17
709,106 709,106 000000000000000000030c816ac51dbc3bbde456e478d19cd9c3e7e401fbb35e 3,252 1.00/1.00 vMB 18
709,105 709,105 00000000000000000007fdfe9bbdc61231ea76c6d40525d3e2a7612dc942220b 2,241 1.00/1.00 vMB 13
709,104 709,104 0000000000000000000a207d11cd91ff00aa698fb43b32769888bdc62d1e2119 3,486 1.00/1.00 vMB 25
709,103 709,103 0000000000000000000ba8424fb9d95211a6066453cbdb9f1e23dd91c31d07bd 1,772 1.00/1.00 vMB 14
709,102 709,102 00000000000000000002fbda7ffbedb74630f4fde115043c0589c7a2341ffcbb 1,926 1.00/1.00 vMB 13
709,101 709,101 000000000000000000087e1fb204667e460673104fc2fbfa0f5a5c1573cb12ab 2,702 1.00/1.00 vMB 20
709,100 709,100 0000000000000000000c9ff8b33913d0c95fd35c27ef25d2278a4e79e27aa4ff 3,329 1.00/1.00 vMB 17
709,099 709,099 00000000000000000004a451569ea4d44b7cc3f388216a3d6cb38b65005a9cac 3,351 1.00/1.00 vMB 22
709,098 709,098 0000000000000000000c171dc8e469d3cc9dff82549714be45410fab3a8a614b 2,792 1.00/1.00 vMB 21
709,097 709,097 00000000000000000005ad8c179aa4db9036d2bacc0025ad13d310e871614a25 2,294 1.00/1.00 vMB 11
709,096 709,096 000000000000000000054bafe94930c8942ed162580ce26ea94140df687710a9 2,809 1.00/1.00 vMB 21
709,095 709,095 000000000000000000075e4f117186a21176a29c9242f07144903c6766948bdc 3,167 1.00/1.00 vMB 20
709,094 709,094 0000000000000000000570de703e7b02b6472c6a5a2f4389755aae1f7344fbb7 3,270 1.00/1.00 vMB 37
709,093 709,093 00000000000000000002a4377a74a7903134c8bec68791fbdb37a421bb904d67 2,591 1.00/1.00 vMB 10
709,092 709,092 00000000000000000000613b38cb90e13382521aaffea001de903562b24732b3 2,472 1.00/1.00 vMB 8
709,091 709,091 0000000000000000000003b57b5a0c919f8a23194c0e531c3a7fbadcf81fd091 2,547 1.00/1.00 vMB 18
709,090 709,090 00000000000000000008a83f5890e34d0fab06420e338e4143f073bc0160a627 2,299 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.85 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: 712.81 GB
    • Received: 17.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.