Loading Tool

Explorer IconExplorer

Memory Pool

80,794 transactions
30.49 vMB
0.08257473 BTC
Random Selection Loading Transactions
Max Size: 185.91/200 MB

Candidate Block

Mining Attempt 456fdad8a5782a61d1c0932bec75d24611a9728e11e414bdff24f3e6f07c853c
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root c714b846a951d72bc21ee11525c86f83fb634772537a8592d6e55e608e6f18ee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,476
Size: 1.00 vMB
Total Fees: 0.01389352 BTC
Feerates: 318.30 > 1.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (451,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,517 463,517 000000000000000001d265f7cd91be5b5d2ed7b653f2c12e2b745f85f84c69e1 2,446 1.00/1.00 vMB 182
463,516 463,516 000000000000000000d68aa24b2658171e778a47fb2c533753ce267123148207 2,106 1.00/1.00 vMB 163
463,515 463,515 00000000000000000014f49f8286675710c11c35844549db572934c0acdd304d 1,880 1.00/1.00 vMB 158
463,514 463,514 000000000000000001fcf8d9dbba55209053582abe230deed33fc51cf312017d 2,101 1.00/1.00 vMB 138
463,513 463,513 0000000000000000003ff472ba99f3e1f3b3044e2210a5e409686306bbb8e9d2 2,355 1.00/1.00 vMB 182
463,512 463,512 000000000000000000e2193bfd3a5f7f4f4f9bd0778b919f10d6686371a4f30b 2,645 1.00/1.00 vMB 184
463,511 463,511 0000000000000000016b918ce4d0c7f6ef34d06493d055df31257532b4b585ba 1,934 1.00/1.00 vMB 181
463,510 463,510 00000000000000000043fff6f66df06082e3b37449280db883baf7c3013b3a8d 1,607 1.00/1.00 vMB 170
463,509 463,509 000000000000000002111940b71eb24c9095748265fe5f73bcf8d533f77a1126 2,167 1.00/1.00 vMB 160
463,508 463,508 000000000000000001a973d0d747adb2ee70912d90e7651bba0322994f7f1c16 2,602 1.00/1.00 vMB 131
463,507 463,507 0000000000000000004e8aa60c5c9266644e9d370c19a1abda821f48dddeafff 2,852 1.00/1.00 vMB 220
463,506 463,506 0000000000000000020f67a8e088ea4d9e3ccfd29912a2a0a7b3bae3d04d54e2 2,546 1.00/1.00 vMB 185
463,505 463,505 000000000000000002063a3e947af2158e51b4939c7c6c05594cc6a8b35943c9 1,900 1.00/1.00 vMB 137
463,504 463,504 00000000000000000167c0a0fe14a56771ed80b284c94ed191add63595750d86 1,926 1.00/1.00 vMB 154
463,503 463,503 00000000000000000211ed441cbd9bb4bf9bf782008395fdea1ba39eb1a0e457 2,836 1.00/1.00 vMB 244
463,502 463,502 000000000000000000b052260fdf9b1ec6490856e4c2d8cbcc63debcc6c09dcf 287 0.09/1.00 vMB 264
463,501 463,501 0000000000000000008a6ce6e83186d78c12a6cebc3fa76acf495f59586057ce 1,428 1.00/1.00 vMB 151
463,500 463,500 0000000000000000000a33378acd8ed8503d8605f73c27d0ea1799c444cc7bca 2,358 1.00/1.00 vMB 128
463,499 463,499 0000000000000000020e9146924ff9e0949592501a65bfb4ebd5682fc5c788dc 2,576 1.00/1.00 vMB 183
463,498 463,498 0000000000000000017119751690991f4a775a3f21fa93771c1a574df40b6d7f 3,304 1.00/1.00 vMB 127
463,497 463,497 000000000000000001062a25a17715116e400c93d67b1c3b4cae4d1b727c6876 2,707 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 783.00 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: 718.33 GB
    • Received: 17.88 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.