Loading Tool

Explorer IconExplorer

Memory Pool

74,926 transactions
27.65 vMB
0.07580986 BTC
Random Selection Loading Transactions
Max Size: 168.68/200 MB

Candidate Block

Mining Attempt c6356ccf4d21464b32e205d4689fbdfa14801bfe1e25aa88f01adfd284438194
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root b12e55b5d79919fe4822ad23741a7a4738cc78fbea76580a1a63a2fa0fe7a10f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,166
Size: 1.00 vMB
Total Fees: 0.01675901 BTC
Feerates: 301.57 > 1.68 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (459,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,171 456,171 000000000000000001a5267ce523fadc86c8a3cc4e2a56ce51a1b33e6ab653a0 2,197 1.00/1.00 vMB 194
456,170 456,170 000000000000000001f7b3834c4104621c656d2b2d547e718ffd885dd27d4c21 2,535 1.00/1.00 vMB 194
456,169 456,169 000000000000000002529e70501965b81b87b9811d59c984d7db2423c25fb85b 2,182 1.00/1.00 vMB 196
456,168 456,168 0000000000000000005e8dafc0477a496e4208884859afd4c0200d0e0cd224e9 2,433 1.00/1.00 vMB 250
456,167 456,167 000000000000000000fcda278f4f2605c0d0f7619b56a0c88c5284ec6cca1008 2,374 1.00/1.00 vMB 150
456,166 456,166 0000000000000000019fc1dc821735392d11c04fc59743965232cbcf9da56594 2,524 1.00/1.00 vMB 156
456,165 456,165 0000000000000000021f154ffd935de592f5a7459eb8f165b2c24324d57de398 1,957 1.00/1.00 vMB 135
456,164 456,164 000000000000000001353d755f7d76b9c11874e15e0290b8a2f3c0f346225b28 1,997 1.00/1.00 vMB 158
456,163 456,163 000000000000000001c113310bdf91770cd7e6091c4695d610b3098609fb848e 2,499 1.00/1.00 vMB 209
456,162 456,162 00000000000000000146d2d6517276029a0a8b7969d6175a9219dfcbecc78157 1,488 1.00/1.00 vMB 156
456,161 456,161 0000000000000000023b1e7f32787df871b8da4f62d203316396bbcb85757654 744 0.25/1.00 vMB 220
456,160 456,160 000000000000000000cfb84ebd4c6b33ca3ccfe5013b59d841df41b41522cf3c 2,172 1.00/1.00 vMB 197
456,159 456,159 000000000000000001b191be05128d9092ec4d0a421ac8d0cd2127ebc0f68472 2,283 1.00/1.00 vMB 199
456,158 456,158 0000000000000000018f30099eaa03588b1d7e060681ec82039efd818fb91ffd 2,881 1.00/1.00 vMB 227
456,157 456,157 00000000000000000083dd4aba0284eadb27f67306182e3c4b38e7222e73c6d6 2,055 1.00/1.00 vMB 208
456,156 456,156 0000000000000000018e56c76df24593e4a336ab48dd2ae219361914122d68d6 2,290 1.00/1.00 vMB 251
456,155 456,155 000000000000000001e1bcc228ab661c30c2b36a1fba882d0c8f2dc47dfe128e 419 1.00/1.00 vMB 416
456,154 456,154 0000000000000000020eb14a9356c2b83c17fd215a3ec70d7142189829673ab5 1,354 1.00/1.00 vMB 179
456,153 456,153 000000000000000000fcf4ef3d1273bd0593b8df56923596676e06ce63ada0b0 2,351 1.00/1.00 vMB 186
456,152 456,152 000000000000000000c745cdd20007dc1ee5be4ecb7e40cc094e51790a413b59 1,877 1.00/1.00 vMB 236
456,151 456,151 000000000000000001caf840144846a53eb1c247378ed87227e19eedeb1b9b95 1,104 1.00/1.00 vMB 228
Previous 10 blocks ↓
Total Size: 782.84 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: 711.86 GB
    • Received: 17.14 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.