Loading Tool

Explorer IconExplorer

Memory Pool

74,667 transactions
28.72 vMB
0.08283280 BTC
Random Selection Loading Transactions
Max Size: 170.15/200 MB

Candidate Block

Mining Attempt 78118b835ab0972704a9db6c9850c83937a52c4bc965d92517a8dfa78d7bb4c2
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 6a10370484dc359ecaa53104de748b6f98c0febc15b62b8ee98b8e9494f13b55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,060
Size: 1.00 vMB
Total Fees: 0.02469260 BTC
Feerates: 150.93 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (378,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,591 536,591 000000000000000000191b7c5d725ab495cd376d4345f6dc275448f42494b76b 2,403 1.00/1.00 vMB 14
536,590 536,590 0000000000000000002bcba8d3da61fee32f4a98b470ed53dfeb7a98697fdf1f 2,371 1.00/1.00 vMB 16
536,589 536,589 00000000000000000005651666d1b4a3d5f2860e260e79f7147f9c2199bb5e7d 1,934 1.00/1.00 vMB 18
536,588 536,588 0000000000000000001b52d5f2b9f3a8b485350b4d111ee0193c19f611dd4a7d 1,875 1.00/1.00 vMB 26
536,587 536,587 0000000000000000001955a78fdbf2bca7082f2910b7c0f1818c3b5ead89fba7 1,788 1.00/1.00 vMB 7
536,586 536,586 00000000000000000015953631d0476a9043258e25da23fa0968012dadc2709b 701 1.00/1.00 vMB 7
536,585 536,585 00000000000000000017de7273501ca6e0ee1dd2d1c1b42b6a905467b583a908 2,443 1.00/1.00 vMB 15
536,584 536,584 0000000000000000000b87ad8e3cc430621f6317dd3b7ce742830fee8605a68f 1,729 1.00/1.00 vMB 14
536,583 536,583 0000000000000000001f64595b380b4df85abe18605a81991c1bf4cc3fa4d00a 1,489 1.00/1.00 vMB 24
536,582 536,582 0000000000000000001806246c83b6dfab15a14867156bc1d52320607f700383 750 1.00/1.00 vMB 40
536,581 536,581 0000000000000000002ba203e641018c92b7176200c23f8bf57dfa8681aa008f 768 1.00/1.00 vMB 62
536,580 536,580 0000000000000000000b41891dad9de04dfa9518f1c5aa50924ed6fd7c53b692 1,403 1.00/1.00 vMB 12
536,579 536,579 00000000000000000014e5a06e6cd3b3fea7f923900141f6e3e329889585dff5 2,050 1.00/1.00 vMB 7
536,578 536,578 000000000000000000238ed6f3a4f42f0141a458d39037eb2dabc6b7a201f8f2 2,446 1.00/1.00 vMB 10
536,577 536,577 0000000000000000001d617934fff3a58f3dd9fdc75fb618dd97d03e3e21b616 1,956 1.00/1.00 vMB 22
536,576 536,576 0000000000000000001d876d74b5d9120c9b91fae4a706d44e3c90ff81f45571 2,101 0.97/1.00 vMB 12
536,575 536,575 00000000000000000013f59d8c258ed25e86d31cdc2e931dd1bba9fa944729c3 1,649 1.00/1.00 vMB 30
536,574 536,574 00000000000000000029904e7ae7eeffaf46b9b2a6b623afd39b8ee64d281a10 1,699 1.00/1.00 vMB 24
536,573 536,573 00000000000000000020964eef66ad735ddf0450d54bb108e7e48c4ae3784950 2,021 1.00/1.00 vMB 7
536,572 536,572 00000000000000000024be65dc24547bfbe480be450302c4257fab0b5c8d64a2 1,930 1.00/1.00 vMB 19
536,571 536,571 0000000000000000001568943572d138638a83597dab42eef4d820ae7144dd81 1,644 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.