Loading Tool

Explorer IconExplorer

Memory Pool

80,891 transactions
30.51 vMB
0.08330987 BTC
Random Selection Loading Transactions
Max Size: 186.04/200 MB

Candidate Block

Mining Attempt 7a3b748e2484215943e5b45c2e0a4dd330d480d92b53ff78f579fe24434a42b4
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 79803b3240ec6255e94ea0adbecf24fec97f6269691137f90c4f6f3d20b3b54d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,457
Size: 1.00 vMB
Total Fees: 0.01493193 BTC
Feerates: 318.30 > 1.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (466,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,779 448,779 00000000000000000279554e22d15de44ba167bd2022590a0e9b0d3273382269 2,113 1.00/1.00 vMB 62
448,778 448,778 000000000000000002b5cd852a252c34f9d0246bbf0192ee12fd13ace84e9493 2,571 1.00/1.00 vMB 100
448,777 448,777 000000000000000001a95a61cbad42828f3a717059f57e0b7a3d5e8379aea396 916 0.40/1.00 vMB 82
448,776 448,776 0000000000000000002aaf20720c709a46a3e53f9a4740b23e8a09c99e0df812 1,967 0.95/1.00 vMB 71
448,775 448,775 000000000000000000d6c2a2a8cdbed088b559f39b36a6d2f24e8546ca4d8025 328 0.61/1.00 vMB 22
448,774 448,774 0000000000000000000ab510e842c22d0f3896276d9fecc5a0a55296842e3489 422 1.00/1.00 vMB 17
448,773 448,773 000000000000000000ebbf06afd9c1e6884a71f9e21ba7709daa7c83dc157e05 840 1.00/1.00 vMB 27
448,772 448,772 00000000000000000178ce03d405a321283cabec70d62f72d1f1ac69383a6762 2,057 1.00/1.00 vMB 69
448,771 448,771 00000000000000000190d6c35dac647bcc8fc367fb6160ef5468b22934ded015 2,622 1.00/1.00 vMB 91
448,770 448,770 0000000000000000015554380c13780368ef460fe8a51dcaf2f0d6f78d67e2b3 2,055 1.00/1.00 vMB 53
448,769 448,769 000000000000000000b24784f3f98655fe10fd413d5f912c33287f5baf102e45 1,891 1.00/1.00 vMB 63
448,768 448,768 000000000000000000b2c9033935149cae2077a6e34f793f95adee597ed83b53 1,336 1.00/1.00 vMB 63
448,767 448,767 0000000000000000023e5a2a0085a07f640cbedd97a34b5619a1fa6ca01328cf 2,661 1.00/1.00 vMB 83
448,766 448,766 000000000000000000935b1ba346126d7f045183f348f17f526bcb12500428b7 2,328 1.00/1.00 vMB 72
448,765 448,765 000000000000000000f9d18ae34b75a1bd2422534a0b8e498a8f331f715a0319 2,184 1.00/1.00 vMB 93
448,764 448,764 000000000000000002bbc052c50ebba0fe80d9d6b123e68e3e7c0aa0e42ef929 2,768 1.00/1.00 vMB 49
448,763 448,763 00000000000000000318b2937bedc7b83658aeb70c35f6a14d260407cbcdc249 2,131 1.00/1.00 vMB 66
448,762 448,762 000000000000000001cd4e42f2956f1505417121d08bf2bdf9a230823755fcf5 2,689 1.00/1.00 vMB 103
448,761 448,761 000000000000000000dae410605f6927ff46848f337143ccde9ed8d599d35de2 191 0.06/1.00 vMB 119
448,760 448,760 00000000000000000178420704ec9540fa7738df3c3a10b31902b41046d0314f 1,753 1.00/1.00 vMB 62
448,759 448,759 000000000000000000762a0a7e1e0b0662d103419b07c520fe1d16ac859acf61 1,719 1.00/1.00 vMB 75
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.34 GB
    • Received: 17.89 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.