Loading Tool

Explorer IconExplorer

Memory Pool

21,578 transactions
5.12 vMB
0.05397322 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.79/200 MB

Candidate Block

Mining Attempt 877c7dfd822ac8ab2be52dcfae7135ca4425c5417d4c0e341ce3c1d045f8960b
Version 20000000
Previous Block 0000000000000000000135cf188d0be31649f31414dd4244fc78fb504c0b291b
Merkle Root 79637d36fc55a9e4b7eb5afe1a549a0cfe6cc3fcf37d204578fa62938ddbd7b1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,415
Size: 0.69 vMB
Total Fees: 0.04219763 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,987 (718,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,589 194,589 00000000000002705e49c0183f9a095467dd354ea647704e52abad7f4c98c95e 0.05 MB 117 40
194,588 194,588 00000000000001846812e7dce8bb6b15cdf31ecae7339a07d5eedac226ca5054 0.10 MB 198 93
194,587 194,587 0000000000000685551eb0993dfee02972d1049ec3f9bca833be4ffb01a789e8 0.33 MB 752 132
194,586 194,586 000000000000012ca0c8814d292306ff6a2949d6347de514d0c864b381656f1a 0.00 MB 8 0
194,585 194,585 000000000000037db99b4bee45b4ef63ce89e0a36ee0fccf49e633a3c31e841a 0.34 MB 841 125
194,584 194,584 00000000000001ff8113d33dee1694fc0aa722e8d57a732193618de23524c44f 0.25 MB 658 155
194,583 194,583 000000000000049f1de2f3a7a1b331df4bdb96083f7f4e5f8af7648a466f9611 0.25 MB 669 149
194,582 194,582 00000000000006e9afe868d45da81b200ec1be43032f2c242eb0aae8023e9f99 0.07 MB 158 126
194,581 194,581 0000000000000410a8272a757a4a8cfbe90affcb6274c81d7fdb6fa4291b23a5 0.04 MB 129 10
194,580 194,580 000000000000004727271c023586118fa8d216dde91395834ec7222438176179 0.47 MB 1,024 113
194,579 194,579 00000000000003c60d1ce81f51023eb653c9e2a46a371fb2fc9d71f71333b5e4 0.00 MB 12 0
194,578 194,578 0000000000000203d75a9bd60c3d6817a24e06944888a527410b7c0394ebe0ae 0.16 MB 223 87
194,577 194,577 00000000000004eee7e6529c9e31f3b7d8cb214b5b9bd1a302aa25c5ed286bec 0.25 MB 743 149
194,576 194,576 00000000000004c0de5a3f0ffbd322d72b7229bd8d04f4ce3a5cca5c807751ea 0.25 MB 656 132
194,575 194,575 00000000000001b10c347b5ec05f9a1910d541905c5cd8827784a5c3e0695c95 0.05 MB 193 18
194,574 194,574 00000000000005ac50dc06021362cd4c284fafd4a1bdb7bad2849c978a875bb1 0.00 MB 11 14
194,573 194,573 000000000000015baaa340292d529c73815755b42e7576850bf0e800ddf370f3 0.42 MB 483 87
194,572 194,572 000000000000062d9918998644d200bf211ba34740186e1c9f4770f0c695dad3 0.05 MB 113 149
194,571 194,571 000000000000028e9c4ba7232eb4ea657db5e67d8db03570da7d2c9b5d383061 0.25 MB 259 89
194,570 194,570 000000000000058ed839bc95e90ca4e24dd59fc5c00bcfe070fa0b53a0783ec1 0.00 MB 8 0
194,569 194,569 00000000000007296eb8fb944b847217c9547b027968b13115e3250250a8a71d 0.25 MB 255 82
Previous 10 blocks ↓
Total Size: 778.82 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: 363.75 GB
    • Received: 3.29 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.