Loading Tool

Explorer IconExplorer

Memory Pool

80,359 transactions
30.16 vMB
0.07390081 BTC
Random Selection Loading Transactions
Max Size: 184.85/200 MB

Candidate Block

Mining Attempt d72a442c922ebc537828da2878316d0fba98f205ac30eca87fe7d20b6472e687
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 503774e1586b25521e58e655fd755947ccfe8797295a81234e19724397aaf7e1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,663
Size: 1.00 vMB
Total Fees: 0.00677290 BTC
Feerates: 40.21 > 0.68 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (532,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,959 382,959 00000000000000000f5772570ae45ebc46aab7b5c013a14b0ee875e7fc5ae154 2,465 0.95/1.00 vMB 41
382,958 382,958 00000000000000000b402c370019a14b948d9ce9206f06948d804dcae61700f9 1,812 0.98/1.00 vMB 27
382,957 382,957 00000000000000000f6713df111719aa9e4a12b2570929f2517374d4ff33fcd0 1,295 0.99/1.00 vMB 21
382,956 382,956 00000000000000000cb185c6b03a1a3cdf6d721a1e450fde79718276684f1944 1,077 0.50/1.00 vMB 35
382,955 382,955 0000000000000000064face885d27ac09aba2e5af406d1dcf85a00367e689cd5 1,027 0.49/1.00 vMB 34
382,954 382,954 00000000000000000403dd1930ab941f9ec80bdb2b62bbd34ef284f3fc439b5b 1,106 1.00/1.00 vMB 21
382,953 382,953 00000000000000000f2be2cd4717e63f5f5cf7ac817c450724b9e9f6c64242a0 2 0.00/1.00 vMB 0
382,952 382,952 00000000000000001157b21c5bd615f26a2670951cd0d64b7f8a3471ba9419b8 932 1.00/1.00 vMB 17
382,951 382,951 0000000000000000090808df8509317a1f9be8dc40fa4a36731a03578fd62598 669 0.61/1.00 vMB 17
382,950 382,950 00000000000000000876c89d7587fc5e9a5ba477d769064e27e76ae3fd9fe867 1,827 0.95/1.00 vMB 27
382,949 382,949 00000000000000000419f84a0ff61218097fde1f47bc2630e0c7e4606d8792d4 2,913 0.95/1.00 vMB 65
382,948 382,948 000000000000000002bf05d4eab09827738f52875a7471d0a679e57ccf8a9e7e 1 0.00/1.00 vMB 0
382,947 382,947 000000000000000002d5183e72da044bc7f5d7900c4c30e51ef3d0c0d3b211c9 312 0.17/1.00 vMB 31
382,946 382,946 000000000000000010122194b735210f2cd9fd6f52ffbdf40329c070612b51ab 1,268 1.00/1.00 vMB 25
382,945 382,945 00000000000000000e80cbfc4627a85be8cf5ba2b04be2860c0e926e17a032c3 686 0.42/1.00 vMB 30
382,944 382,944 00000000000000000563acd3dd0aeffb3a1efa24fb7a34c331c2a3ce6c6e7c09 1,199 0.90/1.00 vMB 25
382,943 382,943 000000000000000010abdc15dc23065d64bb11f13ac80a1bd9e45e7447c0c68e 752 1.00/1.00 vMB 21
382,942 382,942 00000000000000000d6948489b7ae27858e5dce7f7b980fc17c7939b31a79c6f 1,134 0.99/1.00 vMB 22
382,941 382,941 000000000000000011595e3d4234765d231c22c2d16c1d2a0440b25d00fa0eb8 1,251 0.75/1.00 vMB 29
382,940 382,940 000000000000000000f27ca8120fae4fcd2fb5a3385ab3a3cf2db4b8be7a29cb 1,477 0.99/1.00 vMB 24
382,939 382,939 00000000000000000f19d83f485daf204df6a10fd7d91641b928b84137fff09c 1,125 0.95/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 783.01 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.89 GB
    • Received: 17.98 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.