Loading Tool

Explorer IconExplorer

Memory Pool

79,218 transactions
29.72 vMB
0.07578551 BTC
Random Selection Loading Transactions
Max Size: 178.17/200 MB

Candidate Block

Mining Attempt a307fe4a9b49e4afb6968f1b59b8362bc024fb0f6fc693b4223dcebb598a96ee
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 681b20cef6abdfd388809cee0459737edc7966fb910ea92f6a82831ed4525d9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,722
Size: 1.00 vMB
Total Fees: 0.01505246 BTC
Feerates: 150.77 > 1.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (251,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,359 663,359 00000000000000000003be38e238e09301cfd1d5dcc9b510c68470e94da34b36 2,340 1.00/1.00 vMB 92
663,358 663,358 00000000000000000006b9c19439792dbe40f3ac67b1ea6fbdbc3d27c49e0a0a 2,311 1.00/1.00 vMB 40
663,357 663,357 000000000000000000066f02bd7f4628a772ea4d023e938783aecc521e135fbd 1,365 1.00/1.00 vMB 73
663,356 663,356 0000000000000000000ab61b37515d042800fad547cdb1e1818714cd059be037 1,881 1.00/1.00 vMB 95
663,355 663,355 0000000000000000000af2c409c797ad9bd38f931d5c172e377ec01e877341f9 2,406 1.00/1.00 vMB 18
663,354 663,354 000000000000000000022f46cf62a88684257f3146c02341efdd9f8ae9e0ab63 2,580 1.00/1.00 vMB 27
663,353 663,353 0000000000000000000bb2473dc3d62999378f57b623f3869141e3f5d08160a1 2,733 1.00/1.00 vMB 21
663,352 663,352 0000000000000000000b43ce2850e3cbe75ae5bc9b6be83bca8ec125159bf4e0 1,655 1.00/1.00 vMB 75
663,351 663,351 0000000000000000000980a3079a71ae97d9fc3cbb73e0ef3ade9b89fc4266d5 2,545 1.00/1.00 vMB 85
663,350 663,350 0000000000000000000474472a20e11b9e2fad2375706bfa9154e37eb05aeb6f 1,753 1.00/1.00 vMB 84
663,349 663,349 0000000000000000000e6a2864c179aabe571dd58e3f273cb875b50367ade77e 1,417 1.00/1.00 vMB 86
663,348 663,348 0000000000000000000041acfa61f2dbb6d78d3c08456c9be015bad89197dda1 2,346 1.00/1.00 vMB 46
663,347 663,347 00000000000000000005a2333ede9487f23824fd42530c1e9f25d4643ca142c0 2,669 1.00/1.00 vMB 97
663,346 663,346 0000000000000000000e2e09b6c31566c83c1e565c5c77aadc0f0e3377f70fe1 315 1.00/1.00 vMB 5
663,345 663,345 0000000000000000000209682f653fb27271d629a478c7532f2c035ce9e74b3f 2,483 1.00/1.00 vMB 52
663,344 663,344 0000000000000000000c231f961c1fa6dba98fa816b268766213ebf2caf0ff75 1,783 1.00/1.00 vMB 18
663,343 663,343 0000000000000000000b03cda0fb67cef68a09e224fdee3812bd5bfe431ae5e7 2,242 1.00/1.00 vMB 73
663,342 663,342 0000000000000000000a1ff45dc19bc4099ea7c9267371856cd9a3eae2ebea4e 1,801 1.00/1.00 vMB 12
663,341 663,341 0000000000000000000722f43f6fb039c792ccdd7743832fc3b173a094de4a01 2,473 1.00/1.00 vMB 80
663,340 663,340 000000000000000000045e7bdaac3b1d3efc111b462491f5ca1068774a050726 218 1.00/1.00 vMB 7
663,339 663,339 0000000000000000000d2b363cd65fc6bf93bc7e635c0a8b5bc6f2fcc86ddeb3 1,669 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.