Loading Tool

Explorer IconExplorer

Memory Pool

28,336 transactions
25.11 vMB
0.06116038 BTC
Random Selection Loading Transactions
Max Size: 122.83/200 MB

Candidate Block

Mining Attempt f2ce8ea59942b8d5df6282128c2cbed6053d3c0e7bf3c98d45e650cdb64e20e1
Version 20000000
Previous Block 00000000000000000000cfd3481d5dc6b723f4e62052b015bd9a9891d6d18add
Merkle Root 5752a259378ba6469ee9b63187884d6a0718c14c662ff5fac562fb13827babf4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,708
Size: 1.00 vMB
Total Fees: 0.01564504 BTC
Feerates: 520.79 > 1.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,200 (912,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,081 2,081 000000009c9a00e0b53d961b28f1a79245bea8b5835b10637e99dc22b2abd98f 1 0.00/1.00 vMB 0
2,080 2,080 0000000056776041ebdc54bb829a88d4d6915793be1f08be507c4f7bcaf186d9 1 0.00/1.00 vMB 0
2,079 2,079 00000000960863ea6673e2849756218aa5a6a86af26d8992db5c4e83c7ec44da 1 0.00/1.00 vMB 0
2,078 2,078 00000000da22c6db7dc40587b7f964223547e5291ecaa63274ebff0fc1981e21 1 0.00/1.00 vMB 0
2,077 2,077 000000003da6400c43ccb3501c3e943da24435bbb4b6c490e3988b81f9791eb3 1 0.00/1.00 vMB 0
2,076 2,076 000000006b5d6191bd2f345fa1b1c168bd2591ac56aaa392ee4da2efa9ece829 1 0.00/1.00 vMB 0
2,075 2,075 00000000257209405eb293496e10080c0dc8192b533940fdcdf2cadf9f2a2444 1 0.00/1.00 vMB 0
2,074 2,074 000000006fb214a441e0beccf10a78c946eddeeacf0bb8f658fa895a498f20a0 1 0.00/1.00 vMB 0
2,073 2,073 00000000b724efff8f4676451ae39f9fdf73e9e1f756dd6d8c69fe6ed0ed1f4d 1 0.00/1.00 vMB 0
2,072 2,072 00000000a14bb926208eb6326310d9054de589be3a9d6217130bcbf401dec5fb 1 0.00/1.00 vMB 0
2,071 2,071 000000002234ec90ec5f93aed5b57ca339bce76e57690367f713e53be014ccc6 1 0.00/1.00 vMB 0
2,070 2,070 00000000c87f394fb307f295503695bb39c2e3025a910a1e7e84b13126165264 1 0.00/1.00 vMB 0
2,069 2,069 00000000ea79bc139ea90db3446daa3cbdcd1a4bac1fdc191743dbae3633368d 1 0.00/1.00 vMB 0
2,068 2,068 000000009e51da9980dc4f98be36c65abd497fcb009cdfa488467c2f6152805c 1 0.00/1.00 vMB 0
2,067 2,067 00000000eb952510b6fe05aa6a0fd7730e49ea18d051be315e50f1007f200829 1 0.00/1.00 vMB 0
2,066 2,066 00000000b0ffc0f6ace673e0e6ad6893546c5c808919e6a15b6b5d51e4d8af70 1 0.00/1.00 vMB 0
2,065 2,065 000000005d1ee9f633d16642d1bd8af362c3e49e7ce819937ebe6873aaa8c7b7 1 0.00/1.00 vMB 0
2,064 2,064 00000000184d61d43e667b4aebe6224e0a3265a2be87048b7924d7339de6095d 1 0.00/1.00 vMB 0
2,063 2,063 000000003024fcc0de00e9af302c8bf69b0c625eea0ac3502fb25adb935b652c 1 0.00/1.00 vMB 0
2,062 2,062 00000000d34199387862c42561031f5b25cc35bb9895e53dd07e30508748ced8 1 0.00/1.00 vMB 0
2,061 2,061 00000000cd2ae5e37f774026a30f6880fb5de6e73f0c6f27cb0e119e607e4b6d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.95 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 573.31 GB
    • Received: 8.04 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.