Loading Tool

Explorer IconExplorer

Memory Pool

42,664 transactions
27.81 vMB
0.05753345 BTC
Random Selection Loading Transactions
Max Size: 146.65/200 MB

Candidate Block

Mining Attempt fa0e99a81868c467c8e07bd031e3f25232a65095d746e468bba39c07624d0647
Version 20000000
Previous Block 00000000000000000001df441194999cee64e33a9cb681f5d079c783db8bbb61
Merkle Root 97d09e30a3e37411cd0c32c2516ac8c30e7b8c676eed5ae2d3735f547217aac5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,127
Size: 1.00 vMB
Total Fees: 0.00534814 BTC
Feerates: 40.21 > 0.54 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,808 (170,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
744,139 744,139 00000000000000000008bda54e6ac7e771e8b2deca754f8dbe0bac843481bed0 3,465 1.00/1.00 vMB 29
744,138 744,138 0000000000000000000238b153ba4ee3efdcacb8ffcdd894d3d32dff60c837b2 1,631 0.57/1.00 vMB 17
744,137 744,137 00000000000000000004a94114ffc8a8a884986a0ac0c0a4299264b9d9e6f1f5 841 0.23/1.00 vMB 19
744,136 744,136 000000000000000000017cbf3b750b1de433d17d04c3db2cdd8bad5a5fb7c319 813 0.34/1.00 vMB 15
744,135 744,135 0000000000000000000667dda1f8c0c17941891f768b219336689531c0ca7b7c 1,439 0.91/1.00 vMB 7
744,134 744,134 00000000000000000008b8ce30966112689c4b0c037dd1905204464476e6373b 1,955 1.00/1.00 vMB 18
744,133 744,133 0000000000000000000993b3cdc6c0f66c0f2ab210d2ac250db90874e826b646 2,130 1.00/1.00 vMB 7
744,132 744,132 00000000000000000005ef5bbde2ac8722e3ea1937d2848e8a72dd0c99499fa5 1,708 1.00/1.00 vMB 15
744,131 744,131 00000000000000000008ecf4129edcb0013ca86a6d052fc1ab44ee5258d812b2 1,992 1.00/1.00 vMB 19
744,130 744,130 00000000000000000002e2f9d53d40ddd962cff7b14fbc210d299e9a7e8552ab 2,027 1.00/1.00 vMB 29
744,129 744,129 000000000000000000026e8cf6c5a8d23f01c24debf48a85a53542e7527f9a37 1,766 1.00/1.00 vMB 19
744,128 744,128 0000000000000000000600453b0af75c495ed177c945784f1dd2c19d1c4b88d6 2,414 1.00/1.00 vMB 37
744,127 744,127 00000000000000000006e7c3145b8eca1357b8c3c4386831a6b5170bb4941fd4 1,494 0.81/1.00 vMB 15
744,126 744,126 000000000000000000068b37c940729634ad5865f93535ba3d1a7b112115e5c7 2,451 0.96/1.00 vMB 17
744,125 744,125 000000000000000000019048ff3609c16d2531621efad68af30c3f0f8860293c 213 0.06/1.00 vMB 20
744,124 744,124 00000000000000000000576d6b0b92222913de7541f1ed62ffa3bc9c308d1ed3 1,819 0.69/1.00 vMB 15
744,123 744,123 000000000000000000060ec243f65661ff46a59273d5e6ad752f8ce7fb4d292b 455 0.14/1.00 vMB 15
744,122 744,122 0000000000000000000400796a99bd7981337af88d98c800ca53ae4cbc1e3c10 988 0.29/1.00 vMB 18
744,121 744,121 000000000000000000033828998c89c5e25608e1254ad4c523f96a2df7d461ee 1,409 0.94/1.00 vMB 10
744,120 744,120 00000000000000000002a48fa1abd4b6eddf342daeae3448fac86b9b4ef6a943 1,023 0.99/1.00 vMB 3
744,119 744,119 00000000000000000001004862768f4b06e2dc21e9adecd49ab560ee5bc8be7d 2,911 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.05 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: 650.78 GB
    • Received: 13.33 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.