Loading Tool

Explorer IconExplorer

Memory Pool

42,709 transactions
29.28 vMB
0.07575154 BTC
Random Selection Loading Transactions
Max Size: 150.22/200 MB

Candidate Block

Mining Attempt 3fba262de0f56d9f07468e3d34c8ec44296b4330fadea37d69048b364af52952
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root b82a39d804748b9b094d0957fba70d3d36ed4465d925c226afe07d1020b529c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,556
Size: 1.00 vMB
Total Fees: 0.01833339 BTC
Feerates: 100.36 > 1.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (735,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,874 178,874 0000000000000af8829b62cb7b56bd66600aabeee13a8b01e2e58b323ad3e871 44 0.01/1.00 vMB 83
178,873 178,873 0000000000000a1d8ea21f18e1f7cad48495e4f3826d6446b1be59fe5492a105 228 0.13/1.00 vMB 350
178,872 178,872 000000000000059c5de30cc4747a91d7baeefc3e831524ed39951f22976f7e8b 11 0.00/1.00 vMB 331
178,871 178,871 000000000000088fbea647a1a9f2c87663eae8a3ffcd46afe8dcbc6fd4fc40d5 5 0.00/1.00 vMB 46
178,870 178,870 00000000000005f3d94dd0e0830e20dbe151717df959467d9a2e7cf2271b5621 51 0.02/1.00 vMB 53
178,869 178,869 00000000000009a22a8b51dbf4098b1ab69f2c765e2b4bd53ed5239773cf5f53 131 0.05/1.00 vMB 130
178,868 178,868 000000000000077eb8a3522d46998340518a12972c43a32282223521a3da48fb 34 0.01/1.00 vMB 138
178,867 178,867 00000000000004f4029bcd75c37ef744b46778da1ddeddb99b669b6d4fb839cf 115 0.05/1.00 vMB 147
178,866 178,866 00000000000009c1cb045aab3860bc55f7188219696a7069b246f6250957e3d4 76 0.03/1.00 vMB 246
178,865 178,865 00000000000000d80f8e5771bb18d1c7ed5e704d2ebdc8691f6cead5f43aec62 15 0.01/1.00 vMB 43
178,864 178,864 00000000000008f02e582eb0807da7220810506b61e03102b272620474372ab4 19 0.01/1.00 vMB 100
178,863 178,863 0000000000000abba74eab86bffa8b8864adfd0d899c9bb55b547789d4a85c4a 105 0.04/1.00 vMB 100
178,862 178,862 0000000000000918cf18e422f05f8f54df2d911242d18d89b8fb3cd54c13051e 12 0.00/1.00 vMB 85
178,861 178,861 0000000000000b0205282221fe7ca523d5a4014f6f07505f52b865eb6ebcd1ef 12 0.01/1.00 vMB 287
178,860 178,860 000000000000041ebf23d1870e9c1e72a2dbc7630539707bd64665ece1e169eb 44 0.02/1.00 vMB 88
178,859 178,859 000000000000034e56d4c2784f0b88ff19db992e3714d380198158ee0b3253e4 86 0.03/1.00 vMB 115
178,858 178,858 000000000000035b4716e50afb3d25a78b9f569d26f7b85df97589492ed3317a 234 0.08/1.00 vMB 76
178,857 178,857 00000000000007b92b78987e0e3ac0e65e4cd3f219bd7eed9f6efcee98f89622 74 0.03/1.00 vMB 97
178,856 178,856 00000000000003fbd67c48e94410765b0c0658fd64760c31874ae03955e826eb 32 0.02/1.00 vMB 75
178,855 178,855 000000000000084a8c6107e78178e6ab3093fb9e0f4329dba573b0e371f62ae2 20 0.01/1.00 vMB 66
178,854 178,854 000000000000042a3feaad68b62051bc7426718cc2aa2fd6706f07cc74aa7b31 14 0.01/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.