Loading Tool

Explorer IconExplorer

Memory Pool

73,340 transactions
28.24 vMB
0.07333407 BTC
Random Selection Loading Transactions
Max Size: 167.17/200 MB

Candidate Block

Mining Attempt b78ce8b7fbf34d93f59e3e50743e5d8121ee8f58ca5603b032cda3f71d8e93ea
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 9d2e03fb99e386e8224eabf8828675e2890137ef1d1554d486fac0c3712e1369
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,077
Size: 1.00 vMB
Total Fees: 0.01666472 BTC
Feerates: 150.86 > 1.67 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (407,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,134 507,134 00000000000000000046d2ebd032dfc4cfa1c2d4a6b095352ef4b98a139b00de 1,487 1.00/1.00 vMB 115
507,133 507,133 000000000000000000348da52f9a5ca411eebfdead5b3e8b72e82b2fa42f5b6a 2,447 1.00/1.00 vMB 166
507,132 507,132 0000000000000000001a7400a1f79f267d346805daf053837902238108f4b636 2,645 1.00/1.00 vMB 221
507,131 507,131 0000000000000000005ccf9b7475dff1ee55b8f8f021ab427578efe1413e031b 842 1.00/1.00 vMB 83
507,130 507,130 000000000000000000666f9a087e7b4ea25896e8e4d7132a0b08e372f70a7349 637 1.00/1.00 vMB 27
507,129 507,129 000000000000000000221543bc9a48d252e1e933bd9303eb2e649756ddebf2cb 989 1.00/1.00 vMB 113
507,128 507,128 000000000000000000491e9db9e711752ad33407c46437bda25dcf0d4c11c41b 1,543 1.00/1.00 vMB 128
507,127 507,127 0000000000000000001d9c31e017ab1db49139591ffa4a3bd7be3b8d870080c2 1,672 1.00/1.00 vMB 147
507,126 507,126 0000000000000000001e5f46c2bf38aa1ecafcf0d4ba00756e20aeac4cee02ef 1,795 1.00/1.00 vMB 163
507,125 507,125 0000000000000000002bd88c32d47913dd37460a8428fbcf04affcc63904866d 1,750 1.00/1.00 vMB 108
507,124 507,124 00000000000000000066389f3424a0080c9316a73184ef183521961ec17bcfc5 1,694 1.00/1.00 vMB 152
507,123 507,123 00000000000000000044c54169ffea02e236eb508927af8f3ad62e4a7c3b8b27 2,176 1.00/1.00 vMB 179
507,122 507,122 0000000000000000002464a3a4a6229a3cfc77d807c198d5314a59585d91b3e7 1,953 1.00/1.00 vMB 175
507,121 507,121 00000000000000000059e1c031d26f207cf15ac6b4c5fb4c13b593b244b1421c 2,397 1.00/1.00 vMB 199
507,120 507,120 00000000000000000044fb24702eedca0a303db689d66cddbbdfa20671e9b945 2,391 1.00/1.00 vMB 192
507,119 507,119 00000000000000000064ba3d1806540bf298c70bd18ce0206daf204613b5cba9 2,236 1.00/1.00 vMB 243
507,118 507,118 0000000000000000004921054a8ea539b0b95aaf7031967932b1a181ad23c309 2,630 1.00/1.00 vMB 186
507,117 507,117 0000000000000000006bb31fdade23f5aa6d8b4b30c9844d14aa908965c2dd66 1,953 1.00/1.00 vMB 219
507,116 507,116 00000000000000000037f80c05e80917d4f610c46a39a8c14b070b171fdb0b30 1,503 1.00/1.00 vMB 82
507,115 507,115 0000000000000000000b48124e02e8b04cb7325c99bf2d3454728e208a8527e6 1,101 1.00/1.00 vMB 56
507,114 507,114 00000000000000000005013a785a03abfc207965bc4f8a4fb755783ce93d9688 574 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.