Loading Tool

Explorer IconExplorer

Memory Pool

68,510 transactions
26.73 vMB
0.06131905 BTC
Random Selection Loading Transactions
Max Size: 160.93/200 MB

Candidate Block

Mining Attempt 113f8a19aa0e348389d6c79d4d56196d7a00f6ec18c07f7719356a734e6089ee
Version 20000000
Previous Block 0000000000000000000085d312ce084c110020c1bb02e742e0d25f6bf74b9741
Merkle Root b21f279c70097bac3bbbe111ac821f07ee170c744350b0e0b3ddfadbfed68a6a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,953
Size: 1.00 vMB
Total Fees: 0.00421635 BTC
Feerates: 23.60 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,585 (707,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,349 208,349 000000000000021c82b6de33b03fa13957d15475a91a1aaeecd29571c4e1c5a8 160 0.08/1.00 vMB 159
208,348 208,348 000000000000016d26bd7cdcdb2023cdf4226340ca504858dd3b3f1a1b691d2f 103 0.06/1.00 vMB 182
208,347 208,347 0000000000000160ca134ce0a13914565940570f62534ca9d67e1e14555479c4 84 0.05/1.00 vMB 53
208,346 208,346 000000000000034675a7e5abc26a96dff1ccc3f726c71a00f24cbe1fa8bf8c28 558 0.42/1.00 vMB 66
208,345 208,345 000000000000036e45666ec824424db997eba1fcdb16ea2d2cd31caac71744e8 205 0.12/1.00 vMB 122
208,344 208,344 0000000000000358f7b78c4e04ae5bf00bab1e7e2b81f023b45f952fd7cbce9e 390 0.21/1.00 vMB 172
208,343 208,343 00000000000001cc9cec4de97fc4e39a05911de9736aa902f1c2e301b8200cb2 139 0.06/1.00 vMB 170
208,342 208,342 0000000000000260193ececc9fdb30eb244bc5c993dadfd4ae99e05f32f853e9 188 0.12/1.00 vMB 143
208,341 208,341 000000000000045783c7760f620301a1646e8835bae1a9a673dabdf13473f15d 80 0.04/1.00 vMB 58
208,340 208,340 00000000000001913d7102f095f070de92d5d21a0690e9370a52535dd6e3e821 116 0.05/1.00 vMB 121
208,339 208,339 000000000000041e049d9b6b1a4cfc955eb0182e6132a1af7d6f5865e5d7788a 523 0.21/1.00 vMB 200
208,338 208,338 0000000000000108e6cfb5be609340c494708ae4cfb5354ae73922cd26ec6aa8 233 0.14/1.00 vMB 117
208,337 208,337 000000000000030fe6624fe30a792a6188a79e5e7ad058f56eb5f0ab51c0f6bf 256 0.09/1.00 vMB 489
208,336 208,336 000000000000018aee7c89cc1ef155377402c7ec161fc07397d10f4aa1862e37 77 0.13/1.00 vMB 80
208,335 208,335 00000000000003cb6e2bc00b466cfeeaf3db9be7828398d8d2e17b04c1a21baa 268 0.17/1.00 vMB 124
208,334 208,334 00000000000003b7534640445577cca947ed45f128f7d9c9e9dc0c8d400d8f3c 32 0.09/1.00 vMB 24
208,333 208,333 0000000000000404440be729e3967704206bb029b045055267671440c5c90211 351 0.23/1.00 vMB 153
208,332 208,332 00000000000003a5672f0a20596ab66c0eddcd92471a7217129e9966a0852749 861 0.42/1.00 vMB 146
208,331 208,331 0000000000000358fb8e3cd3ebe636e588fb626e45e9bdb189d374bf45a3455f 367 0.10/1.00 vMB 157
208,330 208,330 0000000000000391a8ed3cffb57e6bee36d4f9f3ece61c6fea8d40baf27c991a 82 0.20/1.00 vMB 113
208,329 208,329 00000000000000e8336a12e7a1e1f868632a026228365213b49f281d6b8f0d1b 336 0.25/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 783.40 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: 770.06 GB
    • Received: 19.76 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.