Loading Tool

Explorer IconExplorer

Memory Pool

85,371 transactions
31.95 vMB
0.19893681 BTC
Random Selection Loading Transactions
Max Size: 189.87/200 MB

Candidate Block

Mining Attempt 31e9b4ea2e9532f870d9e6242e8d0a4d3f1538da8d508d6a6d6333873931cad7
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 89d3b60aaecf27cf317352addec4c433d3a64e688ab44e0e4f41c0e9f6e52339
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.07707901 BTC
Feerates: 301.64 > 7.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (131,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,905 783,905 0000000000000000000017360d70e5896906e3bdd9a1a4c2fb974b16792975d5 3,068 1.00/1.00 vMB 29
783,904 783,904 000000000000000000013cf904897db9c5900e41d05c06283150d6d4a4cb2e4c 1,680 1.00/1.00 vMB 8
783,903 783,903 0000000000000000000582c338601f0f0f50ca9602b944bade5680284867d395 2,515 1.00/1.00 vMB 16
783,902 783,902 000000000000000000032e9726ddf7bf06d818ee9404548a11a54c7474e404ec 1,725 1.00/1.00 vMB 16
783,901 783,901 00000000000000000002d5e0e0fc9072327828c0cd1771a4f257b8bd4fd2ab3f 3,578 1.00/1.00 vMB 31
783,900 783,900 00000000000000000004d920a028fdeea17cebac1a24dcf6461dca08aa2f20fd 3,832 1.00/1.00 vMB 30
783,899 783,899 00000000000000000000b6ce5a463cd597068f8517a1757d38c5e040b9fb414a 2,072 1.00/1.00 vMB 21
783,898 783,898 0000000000000000000011b1f980b9299c2b1bbd5b6894af491d82db2516e3c1 3,607 1.00/1.00 vMB 31
783,897 783,897 00000000000000000001c3b750681529a96425bdf7a07c380b8eb4d17bfb226f 2,138 1.00/1.00 vMB 37
783,896 783,896 00000000000000000001f4d9d5b28a9917f8297bb4500af4183e5de88b3ab442 3,113 1.00/1.00 vMB 9
783,895 783,895 00000000000000000001a3e6ee3a0a900d5191eac57e137883006543241f07b2 2,462 1.00/1.00 vMB 10
783,894 783,894 00000000000000000002ff69cea7206a88ec7e46940c98f791382b09f6a0879e 2,595 1.00/1.00 vMB 9
783,893 783,893 0000000000000000000578d4a8da7759b820f56b3752a24fa8e18dce4ac08e81 3,121 1.00/1.00 vMB 17
783,892 783,892 00000000000000000000c195c1239cbffe7ac85334d8a5a380c60cd0cea1c2da 2,606 1.00/1.00 vMB 23
783,891 783,891 00000000000000000001585c1501a35eefec4689182c8e71ada5cbc475ef4fe9 3,230 1.00/1.00 vMB 26
783,890 783,890 00000000000000000004f5656259ede8cf2e65c9b39d7fdf02170a96525e2999 3,850 1.00/1.00 vMB 28
783,889 783,889 00000000000000000000b05274159f6a3a25e69ec523b594a28c197316913509 4,008 1.00/1.00 vMB 34
783,888 783,888 0000000000000000000077a13d9bc3544089f17fb9665c0633e6239981d77c53 3,313 1.00/1.00 vMB 33
783,887 783,887 000000000000000000059067d18aea710cff26a88a3382bf2a49eb7cad224872 2,880 1.00/1.00 vMB 12
783,886 783,886 00000000000000000005a6337ca26b391eae351f2fceae223c9e938bd4a83799 1,717 1.00/1.00 vMB 14
783,885 783,885 000000000000000000000826630a47994089680d57751f10a694ecc6697e89b5 3,134 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.65 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: 672.64 GB
    • Received: 16.29 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.