Loading Tool

Explorer IconExplorer

Memory Pool

78,008 transactions
29.54 vMB
0.08935090 BTC
Random Selection Loading Transactions
Max Size: 179.83/200 MB

Candidate Block

Mining Attempt e9203f56c7025ac213403dd85f61ee89d0de4a133b927dea98254e5364195a9e
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root 3c1b73d1130ad4df3aa2a1bd115a45c05df3975496943a8730d0841f145311f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,776
Size: 1.00 vMB
Total Fees: 0.02413036 BTC
Feerates: 477.45 > 2.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (492,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,862 422,862 000000000000000004372b46141d4c485a813131f14ad791ce8d82f659bb4c94 1,997 1.00/1.00 vMB 64
422,861 422,861 000000000000000001ecc2ed8d2db052860930b639f5a4a9cc83181860ed7788 1,864 0.97/1.00 vMB 49
422,860 422,860 0000000000000000018b01f207cd3be17e2ad35b975ab309557b44a4d783742c 1,882 1.00/1.00 vMB 57
422,859 422,859 00000000000000000132fffecc67d172a00d6d0ce269676a90d276e914920377 2,476 1.00/1.00 vMB 94
422,858 422,858 000000000000000005125dd5c7b23ccbcd7727f9e48bef06f2f70a8bc7869162 2,830 1.00/1.00 vMB 69
422,857 422,857 000000000000000000216611f0530d8582e3b49ccf8aa8226f9d598e6c44b200 1,844 0.75/1.00 vMB 93
422,856 422,856 000000000000000003b2022e5a590166015aa6216baecf2c192cc529de7d9c2f 2,566 1.00/1.00 vMB 103
422,855 422,855 00000000000000000106704741fb6a5b1dfb2fa4a2e4cdc483df67b47272d998 922 1.00/1.00 vMB 39
422,854 422,854 00000000000000000403472f44c24095def7c924a6c19ec112ba37768f95fb1b 1,749 0.77/1.00 vMB 69
422,853 422,853 000000000000000002b439cc3326f770d87a5fd5d3506f4d0714936bf48abe6e 1,235 1.00/1.00 vMB 35
422,852 422,852 00000000000000000282b70583b1feb1e3099f1a98b6bdc713798bc4d5b0035f 1,901 1.00/1.00 vMB 51
422,851 422,851 000000000000000002fafb8c7d1c5e0bae2b13b7d1c8a2113d9311404cbffe53 14 0.00/1.00 vMB 166
422,850 422,850 00000000000000000438dcf234b61653b9a09991c27f9508e37be78af8d6930a 2,343 1.00/1.00 vMB 66
422,849 422,849 000000000000000001169b3cb098520aaa53f600596f0ae62f8d383e01345221 2,104 1.00/1.00 vMB 68
422,848 422,848 000000000000000000f0ccde2b1199be5fec5360f20569deec5e945946f082b3 2,281 1.00/1.00 vMB 75
422,847 422,847 000000000000000001f726199a7ceceb37d9e3220cad6d1a261969f3d59c9325 29 0.01/1.00 vMB 46
422,846 422,846 000000000000000001870f23030c6d8f88fed4f6d5e70b51dbba07f519dbc8a8 12 0.00/1.00 vMB 80
422,845 422,845 000000000000000002a30157bdf69419261353bf3409b69046cac3b500a32d7b 1,909 0.75/1.00 vMB 82
422,844 422,844 000000000000000002e1b1786985fec4043cb7df1e4112ddc054a6663cd66c1c 2,527 1.00/1.00 vMB 83
422,843 422,843 000000000000000004ff4eb2768b5c84c7885263400717bc8a126afdf0405c9f 2,328 1.00/1.00 vMB 58
422,842 422,842 00000000000000000091f6579991756104f84d3eb0f38f25227ab4007cabe2cd 1,730 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.81 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: 710.31 GB
    • Received: 17.07 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.