Loading Tool

Explorer IconExplorer

Memory Pool

86,770 transactions
31.55 vMB
0.21259713 BTC
Random Selection Loading Transactions
Max Size: 191.50/200 MB

Candidate Block

Mining Attempt aa009c1bb0251e0e3a1d0f21ee2d55b09bdd9668f640d94aadec4b59d0df37de
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root ec432c828c31c21a5d0f11f6c250e246f779be6d1ea653f0fa1abab1cdba7648
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,562
Size: 1.00 vMB
Total Fees: 0.10734731 BTC
Feerates: 502.67 > 10.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (153,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,151 761,151 0000000000000000000040c44418efd4a6ffb03620266b5d802678031384e514 1,662 0.73/1.00 vMB 5
761,150 761,150 000000000000000000028b29b598758a5fac646814c3201752a160eb6673c9f8 1,776 1.00/1.00 vMB 14
761,149 761,149 00000000000000000002785c2c008c58d91f574a54f47c2b0bdb29d7b96951dd 434 0.15/1.00 vMB 10
761,148 761,148 00000000000000000000635c0f65bf4a4095a4f1f90730ce6a8dbb91aff5dd63 235 0.10/1.00 vMB 11
761,147 761,147 0000000000000000000492c3cbc681db8c67532a563b2e1f24f29b34e3915550 1,812 0.57/1.00 vMB 14
761,146 761,146 000000000000000000029008b37ad6c16dac3170b7806a45572605d3f25529f8 1,111 0.36/1.00 vMB 11
761,145 761,145 00000000000000000006babaa020f4b327c1f54c488f13cef91ed2db36f0be80 1,738 0.92/1.00 vMB 5
761,144 761,144 00000000000000000003fb60ef45b174d4d00cd13176d63e63ac71a35315b5a4 3,276 1.00/1.00 vMB 13
761,143 761,143 0000000000000000000376b2c45428f7c5d479b47e8fa06c19900d7ceb18be27 3,101 1.00/1.00 vMB 15
761,142 761,142 0000000000000000000345e49e781d083b5456b78b4873b14c05e39203f0ccc0 842 0.53/1.00 vMB 5
761,141 761,141 00000000000000000002b4bb84eff7244214966ad335126b4dda14f7955094fa 2,211 1.00/1.00 vMB 12
761,140 761,140 000000000000000000043e510d166031a7fd0d9820daeea77c24344e921aab07 1,178 0.49/1.00 vMB 11
761,139 761,139 000000000000000000042cca2cc4d0519440419f7452093f2b9c74acf2ca594a 184 0.09/1.00 vMB 10
761,138 761,138 00000000000000000004a96e11caf89d5bba60b6c8cf85a093e19b1b0e03d3ea 1,052 0.54/1.00 vMB 2
761,137 761,137 000000000000000000042f8749b1d192b6c1f223ce630a0cc34418f78ece74ec 3,059 1.00/1.00 vMB 14
761,136 761,136 0000000000000000000602e10d61eecb58b8232c03fd84cbca9bf649f0352ae6 2,613 1.00/1.00 vMB 18
761,135 761,135 000000000000000000035c7afd4bd3d359f306159c4dd641fd83a9f45d66127c 1,714 0.67/1.00 vMB 11
761,134 761,134 00000000000000000005c697b752fa51389838128ea15bed20c61c32bf7cbb1f 983 0.49/1.00 vMB 10
761,133 761,133 000000000000000000072fa1f219d4414fe797484b1fd6741e4b6a0382a2238e 431 0.26/1.00 vMB 8
761,132 761,132 00000000000000000001a670bb2de7c22ad0af2e2f1f027f95b25a8305eeef40 591 0.41/1.00 vMB 2
761,131 761,131 00000000000000000000f8feaa9abb2bfdbb342f812ff9864d6a3dd154296b50 2,210 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.61 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: 671.94 GB
    • Received: 16.08 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.