Loading Tool

Explorer IconExplorer

Memory Pool

80,748 transactions
29.77 vMB
0.07263453 BTC
Random Selection Loading Transactions
Max Size: 179.62/200 MB

Candidate Block

Mining Attempt 030241d49ab481406d261516c352a3f63ca9267805927decd07b3503871ff10a
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 2a112a3dcbaf8dbc1099373341e6d69e79ae7abdc44b55601ca7bea9853454f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,901
Size: 1.00 vMB
Total Fees: 0.01196602 BTC
Feerates: 502.67 > 1.20 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (186,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
728,966 728,966 00000000000000000009917b964ac826c9d7e3f9c00653b4b32e02c29bef0388 707 1.00/1.00 vMB 5
728,965 728,965 00000000000000000007e520d27e4c8fade3173cd96232e766876336419c8562 2,542 1.00/1.00 vMB 8
728,964 728,964 000000000000000000042ce7ec5af51a43c0b97f271355a0e2e0e4c247b3fe02 3,271 1.00/1.00 vMB 7
728,963 728,963 00000000000000000009c051f02005acbb7d84651dcb6d6784e49c61199fd397 3,102 1.00/1.00 vMB 11
728,962 728,962 0000000000000000000034b33e67f9a3b17f0638ff8f9cc2ecfb4dfc427ec9e4 3,019 1.00/1.00 vMB 14
728,961 728,961 00000000000000000008d7b0f58fd0b712ae651df37612aba3edcb434abe038b 2,964 1.00/1.00 vMB 29
728,960 728,960 000000000000000000002f95b061cebf8425f5a9fb0008232240a01064c76810 2,950 1.00/1.00 vMB 28
728,959 728,959 00000000000000000008510fedc822ab19b051f725752f5d0c83efa0a10efdc0 1,396 1.00/1.00 vMB 10
728,958 728,958 0000000000000000000563b21cbbfeb4fcb0100788ac4f7d08d9f72b26ea278f 2,367 1.00/1.00 vMB 6
728,957 728,957 000000000000000000078d8e8ac5b9f439b45df531854a4282358811f40aaed8 1,080 1.00/1.00 vMB 7
728,956 728,956 00000000000000000002d9b73bdbb5ef8dd9643d18d6f3c52fecbc264b3a6ede 1,022 1.00/1.00 vMB 11
728,955 728,955 00000000000000000005c4b283b7f7bab854d8780ef3168ace53821b77c73257 2,314 1.00/1.00 vMB 10
728,954 728,954 000000000000000000060ac66966bb9deed04d9887f5a45630d978d2daa074d0 2,683 1.00/1.00 vMB 12
728,953 728,953 00000000000000000000b778a0e735bde29812d76f9aa1f50958c1ddb76d5ccd 3,216 1.00/1.00 vMB 12
728,952 728,952 000000000000000000078e7cd84393c347fa2ea045a3a514350ecc478c37b2ef 1,740 1.00/1.00 vMB 14
728,951 728,951 000000000000000000011f4ba1d093ee20ded954e11c278a7b6c2cb7d0b0f910 2,157 1.00/1.00 vMB 13
728,950 728,950 00000000000000000001c017d3e89efdfd50b812304786c6fe33d53f536f6dbe 2,397 1.00/1.00 vMB 14
728,949 728,949 000000000000000000071516f37882c633e120a56bd2b6e610bb9e182d88e8a5 192 0.07/1.00 vMB 6
728,948 728,948 00000000000000000007f6d935f4e5d904662bf5f1a30de73d263e146a3d88b8 2,898 1.00/1.00 vMB 6
728,947 728,947 000000000000000000017cb7a568ec63d4900db9278c16fb65307612d74fc82e 2,869 1.00/1.00 vMB 12
728,946 728,946 00000000000000000000954edb994f2e8cfa52bdb1ce2adaa7aa9e2b7ae6a438 202 0.06/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.