Loading Tool

Explorer IconExplorer

Memory Pool

48,863 transactions
29.39 vMB
0.07784307 BTC
Random Selection Loading Transactions
Max Size: 157.10/200 MB

Candidate Block

Mining Attempt 5558e3be87af572a79ae8e5cd3ff1a62eafad5992fce0a37dce442b0892c5d8b
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root dc6b6c2028d0060e6fa29a2aaf9b6ed6ad20a8a5d44dd45289dad5d2e131dacd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,567
Size: 1.00 vMB
Total Fees: 0.02036333 BTC
Feerates: 132.00 > 2.04 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (89,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,054 825,054 000000000000000000038b9b3c40de4eba62298cfdb4f679774f7fff788757cf 478 1.00/1.00 vMB 31
825,053 825,053 00000000000000000000c1af297953cb748e5eeeec4b618c5b8773a988021672 2,475 1.00/1.00 vMB 42
825,052 825,052 00000000000000000000d4bb3558f99b3d5533f5e2967a891f5deffa55f28785 2,430 1.00/1.00 vMB 44
825,051 825,051 000000000000000000037f5bd42da698cf0bad3625cef5771db2790e13a943b9 2,413 1.00/1.00 vMB 57
825,050 825,050 000000000000000000032646515594b52ad34f2c91091db2d6210cfe822cc623 2,162 1.00/1.00 vMB 48
825,049 825,049 00000000000000000003630bd263fc31c16cc1f72eb40e7a9a906d803123f43e 2,839 1.00/1.00 vMB 68
825,048 825,048 000000000000000000022dedb5a6b8f88e9c9d20800f44f62aa8082048c75d33 3,505 1.00/1.00 vMB 131
825,047 825,047 00000000000000000001d649a55fed010d1fb72961ade1f868f52b05432d9bea 2,507 1.00/1.00 vMB 88
825,046 825,046 00000000000000000002d74996592b63160fae35a0e504a5858f706ebff4e099 3,249 1.00/1.00 vMB 43
825,045 825,045 00000000000000000002fc0176e80b9b98888a61d1057c7eb3136f6157f1d03d 2,396 1.00/1.00 vMB 52
825,044 825,044 00000000000000000002f9be76f2990e701af8e9f2684b64879ea27a71a4e3ff 3,096 1.00/1.00 vMB 84
825,043 825,043 00000000000000000001bf0e33e237b8f517fa9dbaac41bc3fc7707cfb8cfe8e 1,226 1.00/1.00 vMB 44
825,042 825,042 00000000000000000003a3927282def3cb9333d27a3e57fb796b7b98f1051cb1 2,385 1.00/1.00 vMB 51
825,041 825,041 00000000000000000001580d05db6e6853ae5a913e6be7dab1b79d80ddc49691 2,736 1.00/1.00 vMB 67
825,040 825,040 00000000000000000001d230de6a47fc844c20a19cd02405ea25a8b5851dc857 1,516 1.00/1.00 vMB 39
825,039 825,039 000000000000000000037e7fe61d552bc1b10dd392e6d3dc20f42e9080382702 2,893 1.00/1.00 vMB 68
825,038 825,038 00000000000000000002baa43ad27ffbee9ecceff6e8262c5ed1312eb62eff6d 2,714 1.00/1.00 vMB 59
825,037 825,037 0000000000000000000091c5a281798916835808be23053b1e947459e54f8489 2,949 1.00/1.00 vMB 38
825,036 825,036 00000000000000000001308ec4fcdff8aad53762a836d5096f41ddb068c24cbb 2,696 1.00/1.00 vMB 62
825,035 825,035 000000000000000000036d8ced6851f09f72b9fe97683e1ee3bcf60c1b81e208 3,071 1.00/1.00 vMB 59
825,034 825,034 000000000000000000038daa4026043f3983e6a808a8344381ef53d3451d344e 2,124 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.