Loading Tool

Explorer IconExplorer

Memory Pool

30,632 transactions
18.20 vMB
0.03923500 BTC
Random Selection Loading Transactions
Max Size: 97.09/200 MB

Candidate Block

Mining Attempt 5ec05334a5f70de6b2fe84c97c4dddbe8afbbba174e81b3c10cea5251173d939
Version 20000000
Previous Block 00000000000000000000b7e3c4d404ce21a5981bfb0b74a10e8d1383b77d0e63
Merkle Root ce55a106d1bf64ef40fbf03ed4db30e6c0ff8a6e036e1dc83bfd0eaef1a7101c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,924
Size: 1.00 vMB
Total Fees: 0.00478735 BTC
Feerates: 85.56 > 0.48 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,114 (651,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,317 262,317 000000000000000096c2e41964b690ac087fff4cf6edb9106dfa9ebc797cdbf9 75 0.05/1.00 vMB 55
262,316 262,316 000000000000001469f6c645af04e18ec9e03b7bccaf2bad4f83f963835d27f9 234 0.10/1.00 vMB 74
262,315 262,315 000000000000000adeab0fb52fc12c65d6f69090e65b949eb9e4d5b8fcb8d601 437 0.20/1.00 vMB 92
262,314 262,314 0000000000000001839b61173fd8dbd1f3b13d58ef3bfbdb8aacc3614b9c1602 512 0.21/1.00 vMB 80
262,313 262,313 0000000000000008b94fd85b362d3f48a5740cddf6fd9e6cd130b33027c04824 8 0.00/1.00 vMB 63
262,312 262,312 000000000000001339fe3a48ab83af87aefbe4f8333cf41f063266f8cdf9458b 215 0.07/1.00 vMB 124
262,311 262,311 0000000000000001718a015e8b4780d190821a6b3150501bc8639ac212523f38 95 0.03/1.00 vMB 55
262,310 262,310 000000000000000d6ec2bbd4cccf4f94c4746b1b93a5d7c35b47bd0f9b13245e 592 0.25/1.00 vMB 99
262,309 262,309 00000000000000035c5f51cbecf0e38a75fbb1aee7ebc21dd34af3679efb5486 193 0.09/1.00 vMB 76
262,308 262,308 00000000000000061be330bd4bf74f051310eb3f73bc2c3061391a3bed5b6aa3 325 0.13/1.00 vMB 85
262,307 262,307 000000000000000774c89fb273d858f549c104f8b76d5caaefe0aa8be56d6d37 498 0.23/1.00 vMB 40
262,306 262,306 000000000000000dddf22c0abee53789f2df1fec8bf7c85712e4f36e76c8b48d 696 0.25/1.00 vMB 136
262,305 262,305 00000000000000018b24decd44004f5145acb1c6052d01579e6be55a0ce492f2 40 0.01/1.00 vMB 79
262,304 262,304 000000000000000fbed82c1dee13597d2b1d822ac69caacffc83ca641ed31e76 239 0.11/1.00 vMB 85
262,303 262,303 0000000000000003cbda936b44e56ea98c9c3ce97704dafd37b2c5e5dd3ebbcb 259 0.17/1.00 vMB 54
262,302 262,302 00000000000000055780ed9fffca1f8582b7e1381a3a43e36059de9f9ada2d48 39 0.02/1.00 vMB 75
262,301 262,301 000000000000001390187a91fcdbfaf443003889c112ad5cdd2feb31f6ca02c5 46 0.02/1.00 vMB 80
262,300 262,300 0000000000000014975f1c69c35aef692db1fee6639803fbecb5a7a270dd050d 89 0.03/1.00 vMB 77
262,299 262,299 000000000000000e6203d9a7c5278dcd15684542100bc1f7144ba7be918cb5d0 391 0.22/1.00 vMB 69
262,298 262,298 00000000000000067a9a5968227d14865745805c0952aa1d015e0f4ce89b4b3a 203 0.08/1.00 vMB 82
262,297 262,297 000000000000000331a1d1e1073adea9d5de8ed58dc04f32ebfa14c1b91b6d9d 88 0.03/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 780.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 559.75 GB
    • Received: 7.28 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.