Loading Tool

Explorer IconExplorer

Memory Pool

80,409 transactions
30.29 vMB
0.08803245 BTC
Random Selection Loading Transactions
Max Size: 182.28/200 MB

Candidate Block

Mining Attempt c2cf4b9130043152ddfc07b931549c531c043445d93e1c72706ad45c04baa3b0
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 2a08ba23a6df4eb1c38820c12c2cc6bf2f890c05e4c8749d6f8b82aaf8709e9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,660
Size: 1.00 vMB
Total Fees: 0.02321470 BTC
Feerates: 150.45 > 2.33 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (234,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,602 680,602 0000000000000000000660b0cb827953cf557b5924ef9694f78e97d8996620bb 550 1.00/1.00 vMB 97
680,601 680,601 0000000000000000000a18e93b2e7ef9832e3d9db48fb55c868d96436c02c52a 852 1.00/1.00 vMB 30
680,600 680,600 000000000000000000080fdf42d7547cb9fecc5c2a3417648b04c0eea40e0738 2,516 1.00/1.00 vMB 31
680,599 680,599 000000000000000000048a733840ce2bbc9949e96e0de153349031706eda6103 2,382 1.00/1.00 vMB 123
680,598 680,598 000000000000000000028ac3d46a76fe36c983091b00354376dd0cbe93fc2b07 2,569 1.00/1.00 vMB 122
680,597 680,597 00000000000000000004135232804747ff69778e8d3c1e4fd6c3eec6d917f0c1 2,508 1.00/1.00 vMB 80
680,596 680,596 000000000000000000016a6fbd9c80da2b621d223417c0a76c48b089c8d4f9b5 2,541 1.00/1.00 vMB 76
680,595 680,595 00000000000000000008652df903819b094fc28dcc96e6c2c875c22254f98ab6 2,446 1.00/1.00 vMB 65
680,594 680,594 00000000000000000002ee9f94c81089037139d9fc0b04fbd6448abd56867e12 2,530 1.00/1.00 vMB 58
680,593 680,593 00000000000000000002158b7b84987ed3ea6dd537c86d8f0fba928bcf3cd5bf 2,183 1.00/1.00 vMB 55
680,592 680,592 000000000000000000019a6035b562e8a3bced6754ebbdbbb002e50c769acb95 2,432 1.00/1.00 vMB 120
680,591 680,591 0000000000000000000621bff5d17383653ab35f0d76fd21839afc27aa9eb8bd 2,485 1.00/1.00 vMB 69
680,590 680,590 000000000000000000031d877de0ddfc1ab1be3b1e72af28f8fa5b7ec2bfa04a 2,438 1.00/1.00 vMB 176
680,589 680,589 000000000000000000093cace0f7bcfdd5b74244b5f9ca4e70ab05c826edb88d 2,125 1.00/1.00 vMB 179
680,588 680,588 00000000000000000007a21e10dee5e7118510032e6a87701abef76fe18b4d1c 2,730 1.00/1.00 vMB 234
680,587 680,587 00000000000000000003a06a90b71c9e8530887cdbe5202ef6c24df5c9c76022 2,518 1.00/1.00 vMB 128
680,586 680,586 000000000000000000066e83c21e341b66468f613e19950fc7f4f3b79f2faf7c 2,697 1.00/1.00 vMB 130
680,585 680,585 00000000000000000000d8ffebd17590cf1bbf23101014a174bf65c7a21c4969 2,335 1.00/1.00 vMB 124
680,584 680,584 000000000000000000048128e3b71042e0690d4813da0815d8cf692cb5bfc845 1,909 1.00/1.00 vMB 89
680,583 680,583 000000000000000000037ab004483d39f07f6568a756b7a65388a4280dbcd1be 2,274 1.00/1.00 vMB 201
680,582 680,582 00000000000000000007840d7f9f512a1a69570372d2eb89e8564dae3c5cf99c 2,223 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.69 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: 687.86 GB
    • Received: 16.49 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.