Loading Tool

Explorer IconExplorer

Memory Pool

76,382 transactions
28.55 vMB
0.07054581 BTC
Random Selection Loading Transactions
Max Size: 172.84/200 MB

Candidate Block

Mining Attempt 668681286fcb780faa6e9dcc40837702f7cce63bb7f44a463fa1cc4e4a3e2869
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root b79cd0d8ebbc3c278538faa16c3f114258f9792daef63ab91f152c2a7241fcf5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,464
Size: 1.00 vMB
Total Fees: 0.01133404 BTC
Feerates: 150.93 > 1.14 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (484,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,685 430,685 000000000000000002460f5701f3aee3026fc2e7eb0dd8b1951809aa9eba44ab 1,418 0.89/1.00 vMB 41
430,684 430,684 000000000000000004667d49ff066d90cd671ceb9eedf486889b25121481db22 1,984 0.85/1.00 vMB 63
430,683 430,683 000000000000000001e8af3a1c79d7c078014521f9940b78f463682cb796a25e 1,023 1.00/1.00 vMB 23
430,682 430,682 000000000000000001911b4850d28428d0913c9eec6e41a1479c10c5d83a8eed 2,611 1.00/1.00 vMB 72
430,681 430,681 000000000000000001238813fca665350746ba740841b531273d31a124e8bcb0 1,624 1.00/1.00 vMB 37
430,680 430,680 000000000000000000fb17e51254fa74052d61c7c88d252e53a9e9901be75487 2,014 0.75/1.00 vMB 77
430,679 430,679 0000000000000000022de063db0aaa957519086c351f2ab93c29bff7946d185d 1,703 1.00/1.00 vMB 41
430,678 430,678 000000000000000000200403588cb5bbc5e0d43ff1f77cf0f530662262bdca62 2,501 1.00/1.00 vMB 85
430,677 430,677 000000000000000000f8682f9094e87675f1eb39463b85e942692d63ee2dc43f 2,114 1.00/1.00 vMB 52
430,676 430,676 000000000000000004bf3c861d3f44be8d3b96821fbc5caaf82bc7d698ffee7e 2,173 1.00/1.00 vMB 61
430,675 430,675 0000000000000000019c975bae95d9a7b188996383b472f4306498ed0b7708ce 2,700 1.00/1.00 vMB 72
430,674 430,674 0000000000000000013675554f7d3347e1466eef8318bb9de170a80ff5a63624 2,499 1.00/1.00 vMB 92
430,673 430,673 0000000000000000023d0891caea504d7028a9dd7a73fd211ccbf8b3abbd3bf6 2,085 1.00/1.00 vMB 50
430,672 430,672 00000000000000000241eb344bf4ed3748618bdcb06fa9441ca6dd59987a5acb 3,140 1.00/1.00 vMB 92
430,671 430,671 0000000000000000004e3478cda19078b5da116faccd81a84955c4d81b09bdb3 2,576 1.00/1.00 vMB 78
430,670 430,670 000000000000000003e89cc519390d4a52dd2c6fa8f9bd2ad1eaecb5a6ce057f 1,658 1.00/1.00 vMB 50
430,669 430,669 000000000000000002216227a57caf9b6a9944ead800df6cc138f4ffc4e1f412 1,793 1.00/1.00 vMB 48
430,668 430,668 0000000000000000046f983d1963443dc966d20b240b4f8b6f11f4759a4c86e1 1,603 0.75/1.00 vMB 69
430,667 430,667 000000000000000002222b06d881217a8ae6d5ac73f07c56e3cc373deccef1d9 2,457 1.00/1.00 vMB 73
430,666 430,666 000000000000000001fe233882c779fbea3024873848d2f8ce04297582bb9bb5 2,737 1.00/1.00 vMB 66
430,665 430,665 000000000000000003fb18085e43fc86192facc524dc3f1dc4f3427a5a5dfedc 2,128 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.