Loading Tool

Explorer IconExplorer

Memory Pool

78,929 transactions
29.42 vMB
0.08325093 BTC
Random Selection Loading Transactions
Max Size: 179.81/200 MB

Candidate Block

Mining Attempt ff9ba0e3aa4a62e5231b6da61e406a6f075d3a5a4a83fe1c333d989f4c88ffaf
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 604d59f912c1f030de1d644b0775f83bac1d2310c5c1af417ec5e4d639dfb3ba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,402
Size: 1.00 vMB
Total Fees: 0.01865973 BTC
Feerates: 402.60 > 1.87 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (476,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,570 438,570 000000000000000003898ae9640e4e946745033f87d8037bd27c67f839cfed11 1,027 0.40/1.00 vMB 63
438,569 438,569 000000000000000001ae24fa3943da6ea6405539e888678f60829a8674ecbdbc 625 0.88/1.00 vMB 20
438,568 438,568 000000000000000003411b2a1fe156dcd891522ad29266b8f49d702380b95922 1,741 1.00/1.00 vMB 59
438,567 438,567 0000000000000000000872f0b0ca517cdc00d4feb7c947e9c04484d1ded7127a 1,661 1.00/1.00 vMB 50
438,566 438,566 0000000000000000036200fd7d771ad2a4c64fe5d6c6ac86cc39b84c0651a205 1,735 1.00/1.00 vMB 43
438,565 438,565 0000000000000000003ec9a38f1af3008561aef2d62937d2e9aef73e3e9d8177 2,859 1.00/1.00 vMB 65
438,564 438,564 0000000000000000032846d1b2678de2cb84308ac35f84a57ebdae8768ed5558 2,353 0.93/1.00 vMB 73
438,563 438,563 000000000000000002c318124b9851cda9ca0d6b062cedb7c8479afe04e56596 2,226 1.00/1.00 vMB 84
438,562 438,562 000000000000000000ae15ddb78752c669c5c0a37ba8e52793603823e1e5f5de 2,310 0.99/1.00 vMB 64
438,561 438,561 0000000000000000044bbe3817f9f723293427e62a7a79533c7c05c83d62f6b4 1,479 0.99/1.00 vMB 50
438,560 438,560 000000000000000003ed9fa292744c8b13709d82a91ce1b8bcda6c10d1443d4a 2,083 1.00/1.00 vMB 54
438,559 438,559 000000000000000001485867457f20d42dc36e9587cf6de1e202c4cd3f2ab7ee 2,062 1.00/1.00 vMB 51
438,558 438,558 000000000000000001bb17bed0c6cae1c19471a352aa22d0c0cf11cf7e753d13 2,745 1.00/1.00 vMB 71
438,557 438,557 0000000000000000020fd8d40e3639b30c5c538186ccb0ff386d688e045f736a 1,574 1.00/1.00 vMB 82
438,556 438,556 0000000000000000032e84480f1fd858d888dc36264923a569e85dfbfbf3d3c0 2,363 1.00/1.00 vMB 76
438,555 438,555 0000000000000000042ca4754476c085fdbb4359a551fd9d321f70ea9678e1a4 1,881 1.00/1.00 vMB 56
438,554 438,554 00000000000000000020f219f6dde3a1c463469135408127e0aba7a6506de8ca 267 1.00/1.00 vMB 23
438,553 438,553 000000000000000000971d896540b7afce8cfef66e225ed6286f094a57f307c1 395 0.75/1.00 vMB 28
438,552 438,552 000000000000000000042a182d603a09d1ba3877e114a5ec187e6f1277072609 1,441 1.00/1.00 vMB 42
438,551 438,551 0000000000000000001c2cd416a6fdf0605b2e647f732e91857a0fef2e98e5d1 2,383 1.00/1.00 vMB 66
438,550 438,550 0000000000000000020749e8b8b0d1ade03d78f414f27e0c310d5611b1e14c3e 593 0.23/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.