Loading Tool

Explorer IconExplorer

Memory Pool

81,827 transactions
31.00 vMB
0.11623183 BTC
Random Selection Loading Transactions
Max Size: 185.51/200 MB

Candidate Block

Mining Attempt 76d58af9d76881a012c0c613355aae56fefac6a6e59cfe34b7a3618fed15ea13
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 7ce37bc8bdcf19164b67b139ef3357a13d124b3c7e09f8c7f5f07f1c5fbe0933
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,454
Size: 1.00 vMB
Total Fees: 0.03328544 BTC
Feerates: 101.42 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (270,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,961 644,961 00000000000000000009b965aab2e3e003806b39aa16a86c9031eb0c56a1c5b5 2,789 1.00/1.00 vMB 35
644,960 644,960 0000000000000000000b5bac336f46318ccabe83831a49dea724b6ac2e30261e 1,810 1.00/1.00 vMB 22
644,959 644,959 000000000000000000044712efb41df40fb4bc2c8c15333f4fb0797d3e485558 2,819 1.00/1.00 vMB 47
644,958 644,958 000000000000000000039766dc46052e66b3a25e686bff1ddc34df6e9640ba9c 1,613 1.00/1.00 vMB 20
644,957 644,957 000000000000000000032c361458ba7234fb6fb358cdd0acda01601dd9340283 880 1.00/1.00 vMB 14
644,956 644,956 00000000000000000008971a9c0b4e7991565ca1d2692de7c9bd99f105de8d7d 1,184 1.00/1.00 vMB 11
644,955 644,955 0000000000000000000953b7b531e5c54ff55f9845389003db2b8c375508184d 643 1.00/1.00 vMB 7
644,954 644,954 0000000000000000000a92fbf719ff61af9bf0f87d8c64facfbd3afc05c71364 924 1.00/1.00 vMB 6
644,953 644,953 0000000000000000000667195e320061e47ff9d3646333f962b8a735ee9350f0 1,855 1.00/1.00 vMB 13
644,952 644,952 0000000000000000000e5927ac8a5bde7019e34860ede29ea4f4e155b846eb00 2,539 1.00/1.00 vMB 63
644,951 644,951 0000000000000000000860e2da1b8a3c1fb9768f292d0a1c6dfba03bb28087b5 1,749 1.00/1.00 vMB 19
644,950 644,950 00000000000000000003260feb94de29ddd3e719350a530d16eb92d126e55158 2,000 1.00/1.00 vMB 9
644,949 644,949 000000000000000000005a1d94f15f0111205c2e5472e90492e96b22928a1b06 2,460 1.00/1.00 vMB 95
644,948 644,948 00000000000000000009b0c295a80b33b3fdff7df316ccca5811e9ac0f4611e5 2,348 1.00/1.00 vMB 60
644,947 644,947 0000000000000000000ccdf62079a19cf0ed1fed16ea6585e96099304ab4fc8b 2,991 1.00/1.00 vMB 52
644,946 644,946 00000000000000000005acf433939e6e5eef16479c8bd654fdbfc821c9fab5fd 1,122 1.00/1.00 vMB 16
644,945 644,945 0000000000000000000e5f5d68d7ee216c6d3591f9734d0fa41e31426f941ede 578 1.00/1.00 vMB 11
644,944 644,944 000000000000000000024649b3271171319b2015bcebbeaab1f0f79e68766103 1,069 1.00/1.00 vMB 13
644,943 644,943 00000000000000000008a24884b079f0dfe2f3a2bb3ad9e223497c12a3ddc379 529 1.00/1.00 vMB 9
644,942 644,942 00000000000000000009c303c4e029028da10e646f9d0fcbd1bb58f57519e164 2,099 1.00/1.00 vMB 37
644,941 644,941 0000000000000000000e21bba261753f898215a37f971708c62a71b859953299 653 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.