Loading Tool

Explorer IconExplorer

Memory Pool

46,011 transactions
28.54 vMB
0.06678957 BTC
Random Selection Loading Transactions
Max Size: 152.08/200 MB

Candidate Block

Mining Attempt 6ec786f63e6595bcf99b7dfa3a87b8d31b709187aef8d48f15d65f3c3f4d6366
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root d49e88313b6d047d0610a5e008b890b9e90a71b0eee427a004b2a312fd7fbb1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,092
Size: 1.00 vMB
Total Fees: 0.01262812 BTC
Feerates: 73.20 > 1.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (681,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,531 233,531 000000000000001cf932d128fe4f674d4aaad1c12e32412a30897217a97da96f 43 0.02/1.00 vMB 38
233,530 233,530 000000000000018c59d29e4957c247671c7bb0b21adc34ac4751ae6997a4928b 333 0.14/1.00 vMB 175
233,529 233,529 000000000000015c7018e7ff83b5d28f4e090baa35ac88c6d649ceb571078e9e 258 0.15/1.00 vMB 126
233,528 233,528 00000000000001d9635e1ce475e9dcd76c129f1c19e2c156899c451948af3b35 528 0.22/1.00 vMB 176
233,527 233,527 00000000000000cc57de471876d97c558082f741548ba9e2d2c9df2775eb0cee 4 0.00/1.00 vMB 45
233,526 233,526 00000000000000b8ab8c98ec186ab0f3d3e96e9cacaeea413d92762554024bd0 148 0.08/1.00 vMB 146
233,525 233,525 000000000000013dd3b1f4193dc8bb227602531ec67901f8886e42776c47b3bf 357 0.17/1.00 vMB 143
233,524 233,524 00000000000001af8ea32ba4789b31a360f8b86b1778462315617afd9c21e76f 154 0.15/1.00 vMB 51
233,523 233,523 00000000000000bb0a3dfd06c698b31115b55e1846a2e208047641fae6c42220 244 0.09/1.00 vMB 171
233,522 233,522 0000000000000027ab32f4232a583970a55f72e87b14e9728c90a2f9bd582b4a 156 0.15/1.00 vMB 55
233,521 233,521 0000000000000014e64ac089a1891f9b5060e506de7151a9da7d1f4f9e7d7fb2 387 0.20/1.00 vMB 133
233,520 233,520 00000000000000790249f53374bc14119d676c16b0625eca7fe9f92403686287 271 0.08/1.00 vMB 67
233,519 233,519 000000000000013a94b4573bf3744caf89f49d3f7d8a356ed33ff12331143120 63 0.04/1.00 vMB 113
233,518 233,518 00000000000000d30d08e7e28fe2dcb3b597b4a83c13705793fed31674a0379a 216 0.15/1.00 vMB 92
233,517 233,517 00000000000000b8aa35a276f2a01661f34eb54201e5eb05c04d8f6e7c7eb0fe 331 0.15/1.00 vMB 156
233,516 233,516 00000000000001b9c04da2dfc11f9833a4feec852f00f03d634cb1c786c9b468 278 0.13/1.00 vMB 170
233,515 233,515 000000000000009237aeab269039a3ddd76dd998210d653ba330c34f8f45acd5 351 0.17/1.00 vMB 147
233,514 233,514 00000000000000d409dcad4acd9a33f9561d53847aaf7ddd20b478ed1c28b80c 124 0.06/1.00 vMB 145
233,513 233,513 0000000000000087b27f4403ae8c35b0298c6540cd613253a3e4172d361748bf 13 0.00/1.00 vMB 120
233,512 233,512 0000000000000027c0cfb64a55810bb517c143719756340d08e97a03b469f833 198 0.09/1.00 vMB 192
233,511 233,511 00000000000000e43d2e4668d85e56842e1b0e6899f03289818c03f272fe3d65 355 0.16/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.