Loading Tool

Explorer IconExplorer

Memory Pool

36,220 transactions
26.14 vMB
0.06968698 BTC
Random Selection Loading Transactions
Max Size: 133.22/200 MB

Candidate Block

Mining Attempt 86c62879c46a996b45835af2b3f830751fcfbc2db2aac5691e5ead7ca8eda206
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 4f91e07dc91b4fc2a62512a8232fa9c6c7a210b3e779607fe90eaffee36d107d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,383
Size: 1.00 vMB
Total Fees: 0.02117866 BTC
Feerates: 120.00 > 2.12 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (298,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,133 616,133 000000000000000000047be27774d2f14c6c5521c75cd2f5805f7b23833f9121 3,010 1.00/1.00 vMB 12
616,132 616,132 0000000000000000000f5e5849975c3a74f1d0ae0aede31207aaf9c4dbf8f95d 2,892 1.00/1.00 vMB 16
616,131 616,131 0000000000000000000b7ee021a40da6c328684132a4ab5d6b88064e8a1f45d4 3,173 1.00/1.00 vMB 21
616,130 616,130 000000000000000000067e76bf13df1487c0b79d9f3de8a315f63f30963409cf 2,720 1.00/1.00 vMB 28
616,129 616,129 000000000000000000018ce386ebd9e30cd9b1dde54bfb533ac5674449503c9e 2,943 1.00/1.00 vMB 28
616,128 616,128 000000000000000000080de396ba959078b94f044dc93206cc3052cd2d3614d7 2,473 1.00/1.00 vMB 16
616,127 616,127 000000000000000000072bff24e8359ba02972d87c0e91339392862343d19a10 3,057 1.00/1.00 vMB 31
616,126 616,126 00000000000000000009d3aba9deb68274a78aceef1eb26371d2ceee0ea6cc90 3,002 1.00/1.00 vMB 18
616,125 616,125 0000000000000000000645d24c2b1f5bb0c23932688e49ec83eae5bc61ee2e85 2,422 1.00/1.00 vMB 35
616,124 616,124 0000000000000000000264d369cac4a7ff5f5d33cbf6d6215e65f2ffcc686642 2,540 0.86/1.00 vMB 12
616,123 616,123 00000000000000000004841bb4262e7e65ca895afd71738934e135b6bbd7d052 3,012 1.00/1.00 vMB 24
616,122 616,122 0000000000000000000680302554196e3516d5d409e9036484593e4f6834d963 1,507 0.65/1.00 vMB 4
616,121 616,121 0000000000000000000484a528ec6eb007e2b6be6d8a2746ecf94b29f3c1de8c 1,815 1.00/1.00 vMB 5
616,120 616,120 0000000000000000000e3aa5af130fec6bf685984f08fb8f00264f65a4ed4ff4 2,534 1.00/1.00 vMB 9
616,119 616,119 00000000000000000000b3cdd1c3442b219546cf7bde0277d8638a91c6965df4 3,058 1.00/1.00 vMB 28
616,118 616,118 000000000000000000060711d428f2cc3841f6f4008a21e7e23357a210b49bc5 2,379 1.00/1.00 vMB 9
616,117 616,117 0000000000000000000c09248df575aa0fa0be5f3adc74f401f2d146003aaaff 3,099 1.00/1.00 vMB 27
616,116 616,116 0000000000000000000e6feeb2685e2e39a90ff757e2bf16a1eca847c0225857 2,929 1.00/1.00 vMB 13
616,115 616,115 0000000000000000000a5a00a48be7e66e79bf11f7c9d3e235c5bd88dc0221f7 2,326 1.00/1.00 vMB 23
616,114 616,114 00000000000000000002bc32f955c4afcbb51402ba269e243303f1fe617f28b6 2,704 1.00/1.00 vMB 25
616,113 616,113 0000000000000000000617d3d8cf5891d393bc9e76dcc91846c23fa8f5619732 2,944 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.