Loading Tool

Explorer IconExplorer

Memory Pool

80,458 transactions
30.15 vMB
0.09048026 BTC
Random Selection Loading Transactions
Max Size: 180.79/200 MB

Candidate Block

Mining Attempt bd5273d7650e5e2e5745db56fa347523f0e0b635f2c099391116b2ec8b173c40
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 3a2c13097aeb9a2b5ac94258e6b345ba98f9f696d3b1b250d2d5d0786c6c73f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.02878090 BTC
Feerates: 301.07 > 2.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (261,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,518 653,518 00000000000000000003d26eaf40e854ba4fd4f1b5fbd422ed35bf0b71f52624 1,697 0.72/1.00 vMB 33
653,517 653,517 00000000000000000008316a8ca00b99e78aa29a9e943a76e1fe610b5c359062 139 0.11/1.00 vMB 24
653,516 653,516 00000000000000000009f8cbe3f8af0a47942eaf77c8872cc85cc37e0321fe46 719 0.90/1.00 vMB 11
653,515 653,515 0000000000000000000b350b98cb58b6ee07fa54b7a5898df94f4adcf1ca41c4 1,500 1.00/1.00 vMB 2
653,514 653,514 00000000000000000006ad68687db4fe3232fe8198f24f8883661a3202b08884 2,512 1.00/1.00 vMB 47
653,513 653,513 0000000000000000000ba0797166ada4da9068bea72d059cdaae5670c0a088d1 1,183 1.00/1.00 vMB 16
653,512 653,512 0000000000000000000a9d28ab0867d8e866a658e9c3b7a1f14205b359a857c3 1,016 1.00/1.00 vMB 14
653,511 653,511 000000000000000000081ca435fd7a3a082db27278d02590c78ab1dce5bb1ea3 1,746 1.00/1.00 vMB 17
653,510 653,510 00000000000000000002862bfd7d0f853442a23500accfac910292e18d5693b8 1,229 1.00/1.00 vMB 18
653,509 653,509 00000000000000000008a1f7a1e01fbb42fac099966b8e05dc587c600d46b104 1,702 1.00/1.00 vMB 10
653,508 653,508 0000000000000000000d429a78db7bf120ce07a58ef98e459075bfacdbb9e679 1,909 1.00/1.00 vMB 9
653,507 653,507 0000000000000000000817ab8f3fcbb1841f93218a5d6f73ebb0903628231520 2,521 1.00/1.00 vMB 54
653,506 653,506 0000000000000000000192e1fe636f862d3416bbc13a3a2a084fd1e9775aa903 2,054 1.00/1.00 vMB 8
653,505 653,505 00000000000000000000d81a11882cba047719d8386ea63caff66c70d13bdd5a 2,182 1.00/1.00 vMB 15
653,504 653,504 0000000000000000000c2799969bb181b79527b1d272921e00bbdbdb1c394419 2,640 1.00/1.00 vMB 16
653,503 653,503 000000000000000000013d1b37e3e736eab319d7fd89521a22c56c61ab8d3a6b 1,827 1.00/1.00 vMB 30
653,502 653,502 00000000000000000007878340ed6cccca0b23bb185a19d0fcabb67ca241064f 2,215 1.00/1.00 vMB 60
653,501 653,501 0000000000000000000ce01d390e727092514e27c0a813acb78da6c5855ea842 1,120 1.00/1.00 vMB 27
653,500 653,500 0000000000000000000a680acdb546ab912403380c91edeebf520d37c37893ab 2,025 1.00/1.00 vMB 17
653,499 653,499 00000000000000000001e9fb4ca5b38c1d051b4ec1ce483e29bf25f3c499005f 2,581 1.00/1.00 vMB 22
653,498 653,498 00000000000000000002b4f1be92606f2aae0e70cb01c9ff0fa6ca8cd17ed9e7 1,110 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.