Loading Tool

Explorer IconExplorer

Memory Pool

44,131 transactions
26.32 vMB
0.05288451 BTC
Random Selection Loading Transactions
Max Size: 139.10/200 MB

Candidate Block

Mining Attempt 51088f363bed7e25bc9e0f5f7f79d2c79c2f8e4e172d560497d1b2bdffe36ce4
Version 20000000
Previous Block 000000000000000000004d1049722dcba3c177c8f8720a3a8519efc7b1dde709
Merkle Root 358733c10c131009d8e4aa28798fba7c4e09e7dfaa64d9c7572b9cb88ba8461c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,659
Size: 1.00 vMB
Total Fees: 0.00479827 BTC
Feerates: 150.62 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,757 (523,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,361 391,361 000000000000000009ee0f55ac5b20ab60be37a6f232a935968be05bb8d1160a 1 0.00/1.00 vMB 0
391,360 391,360 000000000000000004ab5b3481449459261822e1f13dd928b2b826ae521dc1e0 2,521 0.99/1.00 vMB 34
391,359 391,359 0000000000000000097e59a8d1f0e8a0cef056c9e3a07d4ae62ef875e0e4bf71 1,286 0.61/1.00 vMB 28
391,358 391,358 000000000000000009341e258e8e2cf3b50c4b6c68b5aa111db258d3f468d071 265 0.15/1.00 vMB 26
391,357 391,357 00000000000000000593c346220cc08a59f9254450ea2a49f9b10c359f26f3f1 842 0.36/1.00 vMB 29
391,356 391,356 00000000000000000a00f1fe80955488d4c823fa118ecc9112860d72746fa865 240 0.13/1.00 vMB 23
391,355 391,355 00000000000000000403c158d3d6d663d7f511f997e36d9f582ddef19f40888a 1,037 0.66/1.00 vMB 23
391,354 391,354 0000000000000000075a694fa90f7354d80b9bf6a800341624bbf0259543e826 14 0.05/1.00 vMB 192
391,353 391,353 0000000000000000017ab25a9d43c32dd3bcc466295a4414aaf08c09b4906b23 1,124 0.76/1.00 vMB 22
391,352 391,352 0000000000000000072658c71bbadd78d81f7ca200b091f10ad6dfd46e58f674 1,975 1.00/1.00 vMB 30
391,351 391,351 000000000000000006ae80f03cec75e2f2415f6e49a32362e2eb6d7b4f7bf1ed 2,808 0.95/1.00 vMB 50
391,350 391,350 000000000000000002559f0c56c44a3f4201edb1e9de5e73fc61eda33c50a279 21 0.06/1.00 vMB 1
391,349 391,349 000000000000000003038a3fdf6683b30285eda9dcea2b24622d2e6a61e7e0f5 1,504 0.67/1.00 vMB 32
391,348 391,348 000000000000000005055181384f5b97f67ac27ba844a50870fdad555a379c37 1,751 0.95/1.00 vMB 29
391,347 391,347 00000000000000000158ebc5b35a677e875c9e02cefdc4148b8000cf85a8c94a 1,530 0.77/1.00 vMB 27
391,346 391,346 000000000000000008b84060473633967aaf5c21fc15027acedfd821d55f8c3b 182 0.11/1.00 vMB 19
391,345 391,345 00000000000000000148123934b881e8557f2db75b523b022f48162c53f15d7f 465 0.37/1.00 vMB 22
391,344 391,344 0000000000000000071964480c23724fe293ef26f94435261a0283057e95b473 1,020 0.43/1.00 vMB 30
391,343 391,343 0000000000000000047a2d71f8d6c0fff747ef328188a03049b50d6e817b7f6e 1,051 0.64/1.00 vMB 26
391,342 391,342 00000000000000000685bf4d3054ecbb4fe04da80c6b88920167badacb108fd9 1,658 0.89/1.00 vMB 30
391,341 391,341 00000000000000000894f8bcaa72d66ed6cf69aefca966cd8877cfdde5454b84 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.96 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: 647.40 GB
    • Received: 12.93 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.