Loading Tool

Explorer IconExplorer

Memory Pool

69,998 transactions
31.00 vMB
0.08237939 BTC
Random Selection Loading Transactions
Max Size: 177.18/200 MB

Candidate Block

Mining Attempt e1a2e8bb84bd19591194a5b5389a39b347aa9f46f800a6bc89c7fc1bc0b42ff2
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root ccf35623546b1571f54ca3b82a7bbb4325b3068b50b4f357208deaacdad8f4f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,196
Size: 1.00 vMB
Total Fees: 0.02165911 BTC
Feerates: 150.93 > 2.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (353,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,980 560,980 000000000000000000186f0fe97fecf1e38f8268c4e92401bb67091ec81e15c8 2,361 1.00/1.00 vMB 19
560,979 560,979 00000000000000000000d220bf33a35b8f2e69c54b9ef826ba93e6997284025c 3,241 1.00/1.00 vMB 33
560,978 560,978 0000000000000000001288fff003ee72b7b555094de5c6e03fc43637c1958ad1 2,759 0.99/1.00 vMB 39
560,977 560,977 0000000000000000001b24eb56b63f3be71acf90d7c84b486eb7201c4e0c0c20 2,433 1.00/1.00 vMB 15
560,976 560,976 00000000000000000013f099d500cd7bbbf2fdd8e23c5ad1c3c1f95649ae6974 2,808 1.00/1.00 vMB 29
560,975 560,975 0000000000000000000d0ac3e3144c5941d090ee883631f98dd0f88129e2007d 2,842 1.00/1.00 vMB 29
560,974 560,974 0000000000000000002711a36f2b65031e36b0f78c57e13e845908f2845e38a2 2,594 0.98/1.00 vMB 29
560,973 560,973 000000000000000000009133006a6003fd2dad82ce5ec4690aafac64c37fb945 934 0.33/1.00 vMB 23
560,972 560,972 00000000000000000008e26dafa27b143021a2ad76ed2c9e4b1e447d2b638e0a 2,979 0.99/1.00 vMB 23
560,971 560,971 0000000000000000002a797af1aea31b292073f351146eec3f564a23c7d7901c 3,129 1.00/1.00 vMB 13
560,970 560,970 0000000000000000002b29c640b07acb89d46e2e7bca3079a59b72c7977805bc 3,158 1.00/1.00 vMB 41
560,969 560,969 0000000000000000000b7b2768037268b192bd3239a2ff68186d0e43daa34804 3,085 1.00/1.00 vMB 21
560,968 560,968 0000000000000000001e7992d47cf4bdde4410448a4ba410ff4805084f103e4b 3,090 1.00/1.00 vMB 48
560,967 560,967 000000000000000000304805823ea05a64e1d4fa7be3d954eca644f2fc267464 3,238 1.00/1.00 vMB 17
560,966 560,966 000000000000000000281820890fb926bded520e3c2141a0b4db262f1c4cc20d 1,545 0.52/1.00 vMB 11
560,965 560,965 0000000000000000001185c199b5f1a06e2c7026a4b6dfc7fefa8290858b77d8 687 0.22/1.00 vMB 13
560,964 560,964 0000000000000000000502e06d5641d64c4364935ca8aa61851dfd72c518b311 2,605 0.78/1.00 vMB 9
560,963 560,963 000000000000000000180d1399881e60fe27d55839e27fb49030c3372ffcefe3 3,483 1.00/1.00 vMB 32
560,962 560,962 0000000000000000001e0a6226aecef45680e733d211ef1314118116fa714695 2,699 0.90/1.00 vMB 17
560,961 560,961 0000000000000000001310e5c2b29465a98a0eacfa4450b9e05c2c23a0fc6601 1,850 0.56/1.00 vMB 11
560,960 560,960 000000000000000000123fe33a66e9d46dde4ebe5d2823066dc7280848d2a30c 2,913 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.