Loading Tool

Explorer IconExplorer

Memory Pool

76,625 transactions
28.21 vMB
0.08645370 BTC
Random Selection Loading Transactions
Max Size: 171.81/200 MB

Candidate Block

Mining Attempt 5bdf4e591825c0d6806d7195a4dff7e0e696d47e1a2716254673a2244af1d872
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 4de822e8c8efd1d14f9fcb24c513106079095f705850e491acea1b6fb9215282
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,871
Size: 1.00 vMB
Total Fees: 0.02502348 BTC
Feerates: 150.93 > 2.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (474,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,130 441,130 000000000000000000161c3695aaf689a4d27d8d0dd77e778ebde8fd48fdea51 2,298 1.00/1.00 vMB 86
441,129 441,129 0000000000000000013ec9fa1eef350dd85af476d49402e8c142d8848fa7ea0a 2,781 1.00/1.00 vMB 98
441,128 441,128 00000000000000000073270832f4088aa3ae7f7e55a98c0a53f225a6e8b1d210 2,197 1.00/1.00 vMB 70
441,127 441,127 0000000000000000007d5d6a48a138734305aba39d18fc23d29827b93703f05a 2,196 1.00/1.00 vMB 64
441,126 441,126 00000000000000000370d5169bf3e22665e1ab8ae34a69cb2b6f5b31571c4557 1,722 0.75/1.00 vMB 95
441,125 441,125 000000000000000000341a3b95d90df8919d67bcdb389172c0314b59f0b78b82 1,951 1.00/1.00 vMB 96
441,124 441,124 00000000000000000162553ef1f120a580446994455640fe514e847d68db3f19 1,815 1.00/1.00 vMB 110
441,123 441,123 000000000000000003062cf8cd8e561e7c0ef44e52c5f8ce5b27c126f51a5b76 2,344 1.00/1.00 vMB 67
441,122 441,122 000000000000000000796bc84035f83f5739d68e150f637de94a3275521c9015 1,832 0.82/1.00 vMB 68
441,121 441,121 00000000000000000337e94c9f467108dc976918a47634153d1c3726e4dd58b0 1,622 1.00/1.00 vMB 44
441,120 441,120 000000000000000002f09a62e4092c619b132d9e255e7dc4427b970ef4fba437 1,270 0.61/1.00 vMB 47
441,119 441,119 000000000000000000c1a1fdfbfbec30f1866dc981944c4d028a2e9936bb765e 2,153 1.00/1.00 vMB 75
441,118 441,118 000000000000000001990f9d0a0a8e7c15e04ba509cdb56d7bb9ac8c8777f4ad 1,227 0.48/1.00 vMB 78
441,117 441,117 000000000000000001160d8833b63c9009a1e941f694aa702fcd8b3e106317ba 1,481 0.74/1.00 vMB 73
441,116 441,116 00000000000000000172ef047dd21e22bfd31f81583fa91ccd4fc5d9805f37d0 1,109 1.00/1.00 vMB 46
441,115 441,115 00000000000000000339825451b2704feb397cf1086d03e1757dd458da519cc8 2,639 1.00/1.00 vMB 59
441,114 441,114 000000000000000000cc8119de3690ed055ee83971ed4f0325ce8348e0c3fb63 2,064 1.00/1.00 vMB 79
441,113 441,113 0000000000000000010c71498ff03ab55e45aa02c73021a0d87e8adbe5131176 2,170 1.00/1.00 vMB 85
441,112 441,112 0000000000000000018f4124303791a9bfcafc9673a40b6b541ca51d3c2e03d2 2,075 1.00/1.00 vMB 60
441,111 441,111 000000000000000002e8b450fae02b7661171acaa5e45384762c1c72ddc7d25d 2,564 1.00/1.00 vMB 69
441,110 441,110 000000000000000003603203b4c088f13071c464a6cde9d1bc1cf47f2b54020d 531 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.45 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.