Loading Tool

Explorer IconExplorer

Memory Pool

25,752 transactions
32.38 vMB
0.05721195 BTC
Random Selection Loading Transactions
Max Size: 171.05/200 MB

Candidate Block

Mining Attempt 77f607fe23eb3dbdee0c038b0596c7dab1ab175af8751483fcc26cc7c3b15c0f
Version 20000000
Previous Block 00000000000000000000d45b8edf0fd1af81fad5c105efea07197170cccac363
Merkle Root c9b71c8f9a15b251a54f1d62ee921420affb656d946564bb13963f6baf964385
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,471
Size: 1.00 vMB
Total Fees: 0.02026987 BTC
Feerates: 164.03 > 2.03 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,166 (747,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,192 192,192 000000000000078cff5247dc5929d08344ea0996bc2a2841c4d9b776c2a13e71 151 0.05/1.00 vMB 43
192,191 192,191 00000000000005f6a4396136ebefef12fc6b48e514a90691506b0d6c7749ad1b 174 0.12/1.00 vMB 76
192,190 192,190 00000000000003853cb9fcd8354486df84199911162a31826abaec260494d985 170 0.07/1.00 vMB 100
192,189 192,189 00000000000002b3340b325f7ddcf5140d54ac189b9d87d066bfbdbc7b873453 313 0.13/1.00 vMB 131
192,188 192,188 0000000000000763efb32c20652758336620ba109ed3ede7020726260a072f6b 423 0.23/1.00 vMB 161
192,187 192,187 00000000000000380a7fecc12ae6379a8e0e9c4ca4d60775ad039047826bd22e 137 0.05/1.00 vMB 211
192,186 192,186 00000000000007141f4476fc13f82a5df6b1ff93331af5d637f2d77f0107caaf 138 0.08/1.00 vMB 128
192,185 192,185 00000000000007e406a2aefd976b2b0bfcbab0050c07d7b0c252ef5e241b0321 651 0.25/1.00 vMB 82
192,184 192,184 00000000000000e99a83eb9aa735e7e7778f621e9d04e1423d184748b372e248 11 0.00/1.00 vMB 298
192,183 192,183 00000000000007f2e1cc4ff5f3b63199abf844f0041d6e1cff7944b9dc4fde4e 512 0.19/1.00 vMB 105
192,182 192,182 00000000000001f46e0b1a7ce0f48942f82a44f7a9dcc925826342b0ae677d88 458 0.26/1.00 vMB 178
192,181 192,181 00000000000003e9bc090794ba6bee1c81f63d46e2b554e8e9c2e8643de34d0c 15 0.01/1.00 vMB 92
192,180 192,180 0000000000000331d8df165c855cb8a411817183b268692a2d9f8f061fa7cb89 267 0.09/1.00 vMB 1,481
192,179 192,179 00000000000003dcf31c51b13ba51a607b54039bc323e21a884348740ab70341 1,027 0.41/1.00 vMB 705
192,178 192,178 0000000000000674478a81b41eca8350be17e72d96e91db031e7edb13a5ff235 1 0.00/1.00 vMB 0
192,177 192,177 00000000000007d88040ff238e17aa6d4d9031127d0519de7d6105a9b0b8d00f 90 0.05/1.00 vMB 7,016
192,176 192,176 000000000000030131b09f15aa8ce27d8731b55d6ef84bae6e11a9591b1f964c 136 0.05/1.00 vMB 1,101
192,175 192,175 000000000000028f613f3032c7634a5427715df4af201a40fb6d3c134e56901b 14 0.00/1.00 vMB 0
192,174 192,174 00000000000002ef7a7f153da06665cf83ab858a2e10170d292ce1c5efcd17fc 481 0.25/1.00 vMB 133
192,173 192,173 000000000000004c416d3fec5bff715a8701839ffab88289932ed1a6809c8383 119 0.05/1.00 vMB 797
192,172 192,172 00000000000005ab94da5df196b3cd47c5843c202ba374624f34a2ad791fbfb5 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 827.02 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: 4,439.91 GB
    • Received: 240.83 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.