Loading Tool

Explorer IconExplorer

Memory Pool

77,167 transactions
28.99 vMB
0.07254463 BTC
Random Selection Loading Transactions
Max Size: 175.61/200 MB

Candidate Block

Mining Attempt b5bc36d6cafd8c1f9994663d5a5c6f2e1d6f77ca6ce600cf84a30a6970ae3200
Version 20000000
Previous Block 000000000000000000004f1797ecad87bc3b397b775f33be18dda797d18ca11e
Merkle Root 3aa157709bbb217967c708ef0166459bc2789b73c4c045a06f63e4afc855db14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,347
Size: 1.00 vMB
Total Fees: 0.01195201 BTC
Feerates: 477.45 > 1.20 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,132 (283,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,174 631,174 0000000000000000000c8c80f0e51077142a0958bb26ca95ed914992f5a557a8 1,032 1.00/1.00 vMB 45
631,173 631,173 0000000000000000000f32b508d710e430b41a0540a6fb4987699dab43df37f9 2,330 1.00/1.00 vMB 73
631,172 631,172 00000000000000000004a2e53e490d0c60789ef3cfd772c325e94147a10a0d6f 2,546 1.00/1.00 vMB 212
631,171 631,171 0000000000000000000def59c88aa0ba7bc783a4f078e5417a98d37fb547fbbb 2,609 1.00/1.00 vMB 21
631,170 631,170 000000000000000000012f66fc11c5445d6dad905d2584ed4f89c9fc52eb5f60 2,492 1.00/1.00 vMB 99
631,169 631,169 00000000000000000011c3af2d0ffd29caa289bab90cf14ecf621cae17bd5a8d 2,282 1.00/1.00 vMB 166
631,168 631,168 0000000000000000000fd1c7bad06d0f23f55ff3ea4a6ad8f3984c8a0deac3d4 1,039 1.00/1.00 vMB 193
631,167 631,167 00000000000000000011c50eda0600ccac2827cf508efb4ef5cc217011c6ff6e 769 1.00/1.00 vMB 202
631,166 631,166 0000000000000000000cae626dd54bf76d9ba2ff249c384abeb2ebc405192ef2 1,018 1.00/1.00 vMB 201
631,165 631,165 0000000000000000001197d0171e3f16a638b70bd10421b3d93a54bd026bd407 2,700 1.00/1.00 vMB 162
631,164 631,164 00000000000000000006e8adb4dd0ec71c7d064404693750a79579dd81eacade 1,879 1.00/1.00 vMB 79
631,163 631,163 000000000000000000081778bfe757197b6679ed68139d16146b1123df3e1c72 2,377 1.00/1.00 vMB 209
631,162 631,162 0000000000000000000d7cd149a5db165f51b5c32107738bcb82fb6f74ce8ad6 1,943 1.00/1.00 vMB 50
631,161 631,161 00000000000000000011945d661d7bacc90d8c8e37f78d437b9176a5f3e92dc4 2,246 1.00/1.00 vMB 126
631,160 631,160 00000000000000000011ecd696e001e08d343d692f89c5eb5d359a95423fa6ca 1,081 1.00/1.00 vMB 46
631,159 631,159 0000000000000000000896351577b70afe8c540fda9c66f5f40901f3c770f081 1,969 1.00/1.00 vMB 45
631,158 631,158 000000000000000000028cc25fee07710b72dd04cadb794934b8062b38b0b4c2 2,514 1.00/1.00 vMB 97
631,157 631,157 00000000000000000008b9641694f1ac899029fcd735b8c335c4e782de9bc42e 1,918 1.00/1.00 vMB 82
631,156 631,156 000000000000000000050e2a6917a0db8a4010bdb65127e4419b0a1654596bad 2,474 1.00/1.00 vMB 86
631,155 631,155 000000000000000000126b8b36aba4a1df88d151c8f48387c174ef514d149315 2,636 1.00/1.00 vMB 211
631,154 631,154 000000000000000000091d5536f89aa593de8409462b814fa219d87e356bfa59 2,283 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.