Loading Tool

Explorer IconExplorer

Memory Pool

78,744 transactions
29.57 vMB
0.09026515 BTC
Random Selection Loading Transactions
Max Size: 178.14/200 MB

Candidate Block

Mining Attempt 98010b924c7f223803a4265a96268a1eab55ed310d2f2d30d318c99308cdf57d
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 4b7704ca516d69c3acfb0351e4c09c1cdfe36c9544fb67cd4305a7492a267760
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,415
Size: 1.00 vMB
Total Fees: 0.02783072 BTC
Feerates: 261.10 > 2.79 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (560,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,911 354,911 000000000000000013b28c2160b0672b92ebfdb3e7b29956badde2c03854abe8 1,012 0.71/1.00 vMB 20
354,910 354,910 0000000000000000161f4267d96ca42134ae9792d12e9c1a590348c8a420fe2b 1 0.00/1.00 vMB 0
354,909 354,909 00000000000000000dc24db29a3a2ff1208aa023419c1018d830794ea0654ceb 442 0.23/1.00 vMB 24
354,908 354,908 000000000000000014fee6835a8a5e4410c2db2c6a5da1435b13d836f0b8cd90 379 0.19/1.00 vMB 23
354,907 354,907 00000000000000000a9da4e04b90db96960d21d2bf81f2ddc3929ae172f01294 74 0.10/1.00 vMB 9
354,906 354,906 00000000000000000fd8ac8186afe42d7bb4b58178cb40b6952910046ccc658d 434 0.29/1.00 vMB 21
354,905 354,905 000000000000000013ba23dcbdd16c0885bfbcda9d25c6d111611bda16290fc3 598 0.41/1.00 vMB 22
354,904 354,904 000000000000000014c6661d325e012f7529d6e38496473e4326141211518d70 645 0.36/1.00 vMB 25
354,903 354,903 000000000000000002d076bd8b69b830f7a2d51c1b791b61388bcd3dff63ea19 595 0.31/1.00 vMB 26
354,902 354,902 00000000000000000b3400adb3a9337f70cb9091a2337a9d1ed9dbd33018233b 768 0.40/1.00 vMB 27
354,901 354,901 0000000000000000009be7759c142ee4f6c9d4f67aee7ddea7ddd6c8de2e3888 513 0.30/1.00 vMB 28
354,900 354,900 00000000000000001229f6e4f291989c8bfab9757636efda7c08c3b73fd3ae83 110 0.08/1.00 vMB 13
354,899 354,899 000000000000000016c3e58a736d3c4e6161986fecd4822afd95b1b2ff2455dd 1,089 0.56/1.00 vMB 25
354,898 354,898 000000000000000006428e3874eb2bb39e7417517208e419fb6a41665f7a6b64 1,359 0.75/1.00 vMB 25
354,897 354,897 00000000000000000fd5e32f47550b6d30d12bc5421b51c17901991c71f68f47 419 0.34/1.00 vMB 4
354,896 354,896 000000000000000001597dce6830ff4406fb231021282e73966e1a5d58e0dfbc 1,624 1.00/1.00 vMB 21
354,895 354,895 00000000000000000f036c8b9ca1a034f8886fbee9285050944e7a9e557dab16 2,162 1.00/1.00 vMB 29
354,894 354,894 00000000000000000b3461a81acd8a0fcaadae873765050480a5d44e13cf0658 660 0.75/1.00 vMB 14
354,893 354,893 00000000000000000045e2a3c32f1548d731cbb2ba09f93f959b56effe7e6b9f 2,231 0.90/1.00 vMB 38
354,892 354,892 00000000000000000fe61fbc01011127e556418399c1bcc15e08acdc9fa85700 1,010 0.75/1.00 vMB 21
354,891 354,891 000000000000000000cc5f99d913fb690011f20f662cba570577793a9a3e05dd 2,091 0.75/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.68 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: 685.87 GB
    • Received: 16.48 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.