Loading Tool

Explorer IconExplorer

Memory Pool

53,860 transactions
29.78 vMB
0.10527433 BTC
Random Selection Loading Transactions
Max Size: 159.96/200 MB

Candidate Block

Mining Attempt e922b01ddc1d31fb2b1e3acd6329444e6c3ca0654704b53eb62c0e2928c9bb59
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 9a24bac36f262e3417657b4fee3ffd8767005cc9b65dfbad1dc1d81981bac2fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,765
Size: 1.00 vMB
Total Fees: 0.03260658 BTC
Feerates: 150.77 > 3.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (468,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,501 446,501 00000000000000000289f414ffef5b89d27ee8e250a5e3a40b24242a7dbc6ed8 1,561 0.93/1.00 vMB 68
446,500 446,500 0000000000000000033424f72a7deed1bb6a6e024ea549feb51b7198321177b6 1,607 1.00/1.00 vMB 73
446,499 446,499 000000000000000001c5fd3821307c12a464ca78ae161b20462e12dec8dfb565 1,565 1.00/1.00 vMB 62
446,498 446,498 000000000000000001c77b71bed2250de88b132a9a405431750a61b0296509e2 2,812 1.00/1.00 vMB 76
446,497 446,497 000000000000000002c18b73b58b6d2234ee91e756da2655e20e749aca0a6de1 2,505 1.00/1.00 vMB 103
446,496 446,496 00000000000000000226993199a9d082f9f23688ff75aeb5f234fc476dc64f72 2,494 1.00/1.00 vMB 86
446,495 446,495 00000000000000000280bb0e9138e34f669a87c9f1625ca2a3d943d9a8fbc6df 1,880 1.00/1.00 vMB 96
446,494 446,494 000000000000000001093ff32288de251be2b3cc35e5e8ebd47e59021945b38e 2,454 1.00/1.00 vMB 124
446,493 446,493 0000000000000000020f611153eb2532671d92c8eddfe9552762a1f63b53e30e 2,539 1.00/1.00 vMB 93
446,492 446,492 0000000000000000006e3ad677741d5595d7769e3417287459bb621fd7807f3e 1,874 1.00/1.00 vMB 103
446,491 446,491 000000000000000000c6140239b82a9d1045505c6d88e7bc1bd9f98761df27e0 1,756 1.00/1.00 vMB 158
446,490 446,490 0000000000000000033336078d43da14a673edc20ea3063c162bd2905dbf6a2b 2,003 1.00/1.00 vMB 136
446,489 446,489 000000000000000000d7cab419dd9bb96dbfb9b5521549482db31903aa6eadfa 1,570 1.00/1.00 vMB 77
446,488 446,488 000000000000000002009ee56e2754b4bc8b64c6aee4bb0ae457da37a2b1d5e6 1,809 1.00/1.00 vMB 115
446,487 446,487 000000000000000000a087d097c9901a01a3a2e3d40e1c60f15e4c7e7cde2a2b 1,761 1.00/1.00 vMB 101
446,486 446,486 000000000000000001c90d0cd9fb659053259040e95d0e4eaa40e9d41d44dd40 2,830 1.00/1.00 vMB 139
446,485 446,485 0000000000000000036e62740a62546db0345b34a3f8eb29c78624d6fc00aae4 2,722 1.00/1.00 vMB 188
446,484 446,484 000000000000000003585d60009b6772d4da733582f31afbd490e6ee9ed7a924 1,903 1.00/1.00 vMB 68
446,483 446,483 0000000000000000004b57208c3e02364efa2847adc56f0060402eae3f77d890 1,996 1.00/1.00 vMB 82
446,482 446,482 00000000000000000166d612d5595e2b1cd88d71d695fc580af64d8da8658c23 2,266 1.00/1.00 vMB 115
446,481 446,481 00000000000000000031e6872f4782b2fee94ad3028ef4458ee4a51fb89ac4c8 1,619 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.