Loading Tool

Explorer IconExplorer

Memory Pool

85,047 transactions
31.89 vMB
0.16977658 BTC
Random Selection Loading Transactions
Max Size: 189.80/200 MB

Candidate Block

Mining Attempt fb1b1a0b25753cdb4a26e7ab559081ff7cb9cadb2db026f3bcda05622bb05460
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root fef4f45f1d9f465b2f41ab7d0c66dcf98cdefdece4b3ad13ffbfa2dacaefed63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,937
Size: 1.00 vMB
Total Fees: 0.05358846 BTC
Feerates: 402.75 > 5.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (532,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,153 382,153 00000000000000000e944276d67a6aea06c0c9e970d853c2bddb2402d03f3c0a 1,920 0.98/1.00 vMB 33
382,152 382,152 00000000000000000fbe7c6046af450c97ab5e80158aade952eb1309c7db938f 1,548 0.95/1.00 vMB 43
382,151 382,151 00000000000000000dc864f0e66e2888b4209ed1f33b45b1e54d3f0f1e16cbd1 976 1.00/1.00 vMB 18
382,150 382,150 00000000000000000087276dfed347d1c871d3c36516f250b9e9c8939684e173 2,497 1.00/1.00 vMB 44
382,149 382,149 000000000000000001e96a715faf4364bb46dff7cb584363d02e82ac84ad423c 1,201 1.00/1.00 vMB 17
382,148 382,148 0000000000000000052e1be64be99ee38cfc7753dc40359ba30c10adaf77d912 674 0.88/1.00 vMB 16
382,147 382,147 000000000000000009a2ac076685abd4b10ce0dc7c6bdca086de182ef5539a77 499 0.31/1.00 vMB 21
382,146 382,146 000000000000000000cdbbf3624d44687956baaa18b2da0019cfc15c830c0c35 1,508 0.93/1.00 vMB 29
382,145 382,145 00000000000000000a1bb5e5d6722d49ac6c8611618ed04e04426710a8ce7620 2,490 1.00/1.00 vMB 51
382,144 382,144 00000000000000000277f690bf088ad9a8c1591a7d03c4c5b4b7ce3d2eb0b8a1 910 1.00/1.00 vMB 16
382,143 382,143 00000000000000000f418343b180497b85329ce59b42d771e081d10764ee0b5b 2,304 0.95/1.00 vMB 39
382,142 382,142 000000000000000010c7146e82fd6eb18f3c2bd4857ca6785aadbd7e78bd3be7 1 0.00/1.00 vMB 0
382,141 382,141 000000000000000010ec1cfe20cf64d08797a8f09acddc223fbe0835d34423d1 3,167 1.00/1.00 vMB 59
382,140 382,140 0000000000000000086e8a88c90ca62fccaa61c73215e588a1eb06b8dc8b29fe 2,351 0.95/1.00 vMB 39
382,139 382,139 00000000000000000f88974eb9071e2a549f2b5bec3a987180ff5c06d8960575 1,371 0.79/1.00 vMB 31
382,138 382,138 0000000000000000013a9f0eae6be221da2f02fedf273c2d30c4607b47226255 910 0.69/1.00 vMB 22
382,137 382,137 00000000000000000dc3a6f690e8c080b101280883c103a8bfe416e201579410 2,024 1.00/1.00 vMB 41
382,136 382,136 0000000000000000086c152ec7586393b4b7029381fd199fb8a8fcbdb9e19eb5 105 0.15/1.00 vMB 9
382,135 382,135 00000000000000000850c9986ab6aaac0f4bbee81091f7fc9e8c2f38c80c3b03 1,039 0.54/1.00 vMB 31
382,134 382,134 0000000000000000083acd36bdeff539ce46d2bc069a35dcf73f58556c637989 1,208 0.70/1.00 vMB 33
382,133 382,133 000000000000000004c373968232a77cde5532e90d22242cb70cd9ea8870dc55 353 0.36/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.