Loading Tool

Explorer IconExplorer

Memory Pool

44,519 transactions
27.34 vMB
0.06587440 BTC
Random Selection Loading Transactions
Max Size: 144.49/200 MB

Candidate Block

Mining Attempt 276617b82905c2efcc3d1cf80d6a6ad1fab618667a8c2da907cf5f2b1c428501
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 3f60d1b3170531210ce80f318c02039555ffa3d3da3dbdffb8394016ff99b8cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,090
Size: 1.00 vMB
Total Fees: 0.01463612 BTC
Feerates: 200.99 > 1.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (446,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,543 468,543 0000000000000000018e2422d063864484d9137af93ee0a2cd5aaf206427bef3 3,099 1.00/1.00 vMB 233
468,542 468,542 000000000000000000cd357b38f5bdac2159fb0cc7c8ecde3a67e25469ec0335 3,658 1.00/1.00 vMB 140
468,541 468,541 00000000000000000111a6de08045e04f30d972df0c42ace47c85ab4e26f5237 2,329 0.99/1.00 vMB 327
468,540 468,540 0000000000000000006bcfdd91db8493af3853cdc5978a85cb8e7574c5e4d228 2,633 1.00/1.00 vMB 243
468,539 468,539 0000000000000000016959c17330ba9ac78e20a0e84bfbb279f499de505ba0a7 3,936 1.00/1.00 vMB 130
468,538 468,538 0000000000000000009a442b497bc883e94b0aa365958f6418434205de07fccd 1,644 1.00/1.00 vMB 137
468,537 468,537 000000000000000001666d4c07c90bb8a4bf28c089b9c02c822a2ef9ba5d78cf 570 1.00/1.00 vMB 139
468,536 468,536 000000000000000001ac3e8373fad877e9cdb7f9ef96046ab82f2bf4fd7a8d61 2,208 0.99/1.00 vMB 289
468,535 468,535 000000000000000001cb144b669ec993a6a54ed89fa4276195afa1814e58b63b 521 1.00/1.00 vMB 130
468,534 468,534 000000000000000000b15e28c431a00335c02993def6652b5ef615da6fe9f3e2 690 1.00/1.00 vMB 170
468,533 468,533 000000000000000000c559b8c41bb282cfbcf8d340ffb819a0e548699d84b2d9 1,191 1.00/1.00 vMB 231
468,532 468,532 000000000000000001aad5d39c938ead1e5c6ed8f69b4aa9b1f95cec795757ad 279 1.00/1.00 vMB 209
468,531 468,531 0000000000000000018c430920e49fcf3c117864127d303414fb9df4bbd45b03 850 1.00/1.00 vMB 288
468,530 468,530 000000000000000000878f694dd49511f986a364825971a68efcb0a674b05cb8 1,540 1.00/1.00 vMB 240
468,529 468,529 0000000000000000005644deaf67c657997f4f39f6f51230578270df9af8b4d1 1,219 1.00/1.00 vMB 197
468,528 468,528 0000000000000000014e9fd6e984827f75bff24243db0cebc6898e060bca5f1f 2,328 1.00/1.00 vMB 310
468,527 468,527 00000000000000000158ea83c206a28f58e6317fa8d5aa4faf44ef46e39cdd72 1,069 0.99/1.00 vMB 152
468,526 468,526 0000000000000000019d211add41b11c339220eb2cdd759598ef780cbf9f02f0 1,436 1.00/1.00 vMB 153
468,525 468,525 00000000000000000122dd91fced28aaad9679f8e14a02a171c0a3d1d7166257 2,136 1.00/1.00 vMB 296
468,524 468,524 0000000000000000010c01e2b7c04ffc79c6f58558cc170b4cb7dad2d9a4c041 2,056 1.00/1.00 vMB 274
468,523 468,523 000000000000000001d04ccda923bc2efb85c2e81e9c7d6b8ce1799609a89afb 861 1.00/1.00 vMB 177
Previous 10 blocks ↓
Total Size: 782.25 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: 655.43 GB
    • Received: 14.31 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.