Loading Tool

Explorer IconExplorer

Memory Pool

81,228 transactions
30.19 vMB
0.13407097 BTC
Random Selection Loading Transactions
Max Size: 181.56/200 MB

Candidate Block

Mining Attempt 7734e2a6ea07525fd86b2703f1b8549007c6b0e00acfad181b8a67ead80460d0
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root fb28aee0e185bf02bc1a9bb8c98b418af44b6615d3bda0ec67389e85eb12d62d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,078
Size: 1.00 vMB
Total Fees: 0.05653964 BTC
Feerates: 242.90 > 5.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (487,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,556 427,556 0000000000000000031165d30ff68a5a4a99ac18fe994efe2b977de26c780cc7 2,043 1.00/1.00 vMB 57
427,555 427,555 0000000000000000031d7d2cf8a273506c7cde3f408d9b8f2247563fe0b31e8f 2,420 1.00/1.00 vMB 73
427,554 427,554 00000000000000000012b33ac6bd32cb7b0f5f620bfa0f7cdc2167ac05a0ef8c 2,055 1.00/1.00 vMB 57
427,553 427,553 0000000000000000020cfb30b68d0febadb4f39289f82307f397190fdc7397b7 2,099 1.00/1.00 vMB 52
427,552 427,552 000000000000000000bca0cf4c46d81dcd063a6bbb3e35137b6bfe0866348901 2,495 1.00/1.00 vMB 78
427,551 427,551 0000000000000000044e7950dbb82df479ede203eb22b649c8a58140c64b0254 2,419 1.00/1.00 vMB 57
427,550 427,550 000000000000000002ca54f1fcb001cb4f5d7061eedb4c075625448298648c87 2,757 1.00/1.00 vMB 76
427,549 427,549 00000000000000000004c331ca718b4a6e6ece0dddf4fa9b58aaa085a5ac18d3 2,194 0.75/1.00 vMB 89
427,548 427,548 000000000000000003aee60a76cd8770952fa2f3cca4830b83eeac9941fad28b 887 0.39/1.00 vMB 55
427,547 427,547 000000000000000000ebbb978bdea6320a35b731deb1350fabdc26fdcea8be7b 1,179 0.65/1.00 vMB 49
427,546 427,546 0000000000000000031fb38598afb984a6740c6d0ca2ca60e7594eb9269cb998 1,551 1.00/1.00 vMB 44
427,545 427,545 000000000000000004f4440f073f4352b5256e61cfec8584a8ced6c05d01f555 2,251 1.00/1.00 vMB 57
427,544 427,544 000000000000000001f0b3b4e5225b7b6ef9037ab713745e30e6181f4dc9f234 64 0.02/1.00 vMB 63
427,543 427,543 000000000000000002bde97c7307067907c52cf76869cce1733dbe8a1f95923d 1,199 1.00/1.00 vMB 29
427,542 427,542 000000000000000003f54733cd6cc37cdec22b5e9f883e4561e55b598df06f0b 195 0.10/1.00 vMB 36
427,541 427,541 00000000000000000332928ffa0ff5ee658ac137dc9bf801ca05066445555e58 936 0.51/1.00 vMB 58
427,540 427,540 000000000000000004f82bf523e6ff7fcd20b79ac05439438b13f6673477b473 163 0.11/1.00 vMB 48
427,539 427,539 00000000000000000370edbb52ac9344dff3413ae4c4249f4eee222533d63872 561 1.00/1.00 vMB 12
427,538 427,538 000000000000000002aba2af2aa79493ed5e505fc649d81228a3b8bfb3d9420e 273 0.10/1.00 vMB 68
427,537 427,537 000000000000000000825ad679c935ae7c0ca46dea999e793b38e8b4bfcb184a 1,525 1.00/1.00 vMB 40
427,536 427,536 0000000000000000040f7f558fd4114e48d7c2a8bdd3e410d8186172417f0ab8 413 0.19/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.67 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: 674.16 GB
    • Received: 16.43 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.