Loading Tool

Explorer IconExplorer

Memory Pool

79,472 transactions
29.22 vMB
0.07483903 BTC
Random Selection Loading Transactions
Max Size: 177.61/200 MB

Candidate Block

Mining Attempt c156fb7edc8a4ceba836979f508afc07943de1f028560c3aacc569844d7a824c
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 617bb262a946b12026d6b2a54abe2145277dab4c354a3601d8cd6e0e32d3542c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,178
Size: 1.00 vMB
Total Fees: 0.01361446 BTC
Feerates: 74.86 > 1.36 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (430,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,892 484,892 00000000000000000125aaa655d623ed444dca8ff3673b29a7c13f03526e048c 1,958 1.00/1.00 vMB 93
484,891 484,891 00000000000000000028ef8bc0ade055fce9da95453fee5220f2422420e46b17 2,121 1.00/1.00 vMB 162
484,890 484,890 000000000000000000cfb53ba413918566fd6456a29df4d2bdfdffd585661b9a 2,431 1.00/1.00 vMB 121
484,889 484,889 000000000000000000cdd342e86ef66020c28b7e5810bbef68d106328a8feecb 1,908 0.97/1.00 vMB 86
484,888 484,888 000000000000000000ed6bea924c5479fa8f53588ba48c0b79891ed4f1b668fe 1,578 0.74/1.00 vMB 47
484,887 484,887 0000000000000000010aa8dfdbb48c1eddc100675ed016d4a2359089d8738d1c 2,127 0.98/1.00 vMB 95
484,886 484,886 00000000000000000085686562b9f3963c088dbc99a04d7758fd53fd8f0974d2 2,025 0.98/1.00 vMB 98
484,885 484,885 0000000000000000005aa54aea3fcc879521f228506d31b284c3ff98ccdbdee8 2,404 1.00/1.00 vMB 37
484,884 484,884 0000000000000000004b912d026d4b4a0335463aa4d1bbd203e28547bd48125e 2,078 1.00/1.00 vMB 53
484,883 484,883 0000000000000000004aa8f8a3039f4c3c68d7dccd4c4f8edeaa7d2b8328e5c5 1,373 0.99/1.00 vMB 206
484,882 484,882 00000000000000000057585a8b0216b1355c0697fa33d43e036addd7cf674ff5 1,890 1.00/1.00 vMB 171
484,881 484,881 0000000000000000004051143634abe8a747eb2ea8e835d96b6bf00f37d3395d 1 0.00/1.00 vMB 0
484,880 484,880 000000000000000000e2d09a37db40942c50db19ca51d40adfb73eccf4f236b0 2,342 0.99/1.00 vMB 172
484,879 484,879 00000000000000000016f585f1010d636e6239ce1f55e15e15543fef674a2cc3 2,172 1.00/1.00 vMB 187
484,878 484,878 00000000000000000061c99801de0efc0d536fb3b7d4cf55e9dcbb011a98bc80 2,332 0.99/1.00 vMB 192
484,877 484,877 000000000000000001157fa36f688035630560b5170f01dedc6f5ccf8a8dafca 1,807 1.00/1.00 vMB 225
484,876 484,876 000000000000000000dc352cdff7e1b903374b52bb2791e510ffc0df62e58fc2 2,309 0.98/1.00 vMB 105
484,875 484,875 0000000000000000003f25bc09521805a8f68ac93e47daae8bfebd604efde0b3 1,160 0.52/1.00 vMB 95
484,874 484,874 00000000000000000111a160ce481e5dd1f1db584a1b7a188365e13461f336f3 265 0.17/1.00 vMB 76
484,873 484,873 0000000000000000007af598f41dacb9b4d51496a7c34b10d7cb4b048f51c5e5 826 0.36/1.00 vMB 49
484,872 484,872 00000000000000000121dded4aaa2a14fdf3f0d1fa305a06f137adc44e0c547c 2,049 0.98/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

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