Loading Tool

Explorer IconExplorer

Memory Pool

39,918 transactions
25.75 vMB
0.05053354 BTC
Random Selection Loading Transactions
Max Size: 134.13/200 MB

Candidate Block

Mining Attempt d1312863f03f965b430d6a3a4851cb982040f1d3bdc89787fcfefc497ec00f45
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root f46fe2b47cc6ee6ede2751fdc45a91a47d48e2a5ffed593f5484c48495ed0d42
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,126
Size: 1.00 vMB
Total Fees: 0.00392582 BTC
Feerates: 61.00 > 0.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (190,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
724,349 724,349 0000000000000000000508d5b5e22ae09c35e59513f5fa4f5e0ed311f177e426 3,024 1.00/1.00 vMB 23
724,348 724,348 00000000000000000002888549d5ccab15886bd038af0f376d0e2aae7d39f3ca 2,542 1.00/1.00 vMB 10
724,347 724,347 000000000000000000023c549f00cb9bbe766f3701ecf74693ff894612deccb8 2,022 1.00/1.00 vMB 11
724,346 724,346 000000000000000000003632d1a25a7629199b592b3309a779f0d508cc5bcab1 2,788 1.00/1.00 vMB 12
724,345 724,345 0000000000000000000178eb24dd1cb8879e8b47c0bdff9a1cbc2be850c3fc88 2,717 1.00/1.00 vMB 20
724,344 724,344 0000000000000000000093e03e66f291c568fd470c3f84d3fb42e2ae2ce7d290 1,293 1.00/1.00 vMB 4
724,343 724,343 00000000000000000007152611ad76f0996af314c509dfc2835c1781873e6cef 2,438 1.00/1.00 vMB 12
724,342 724,342 0000000000000000000802fa8d9497cb05f3fea7c5c97c9c9410d33390936644 1,023 1.00/1.00 vMB 4
724,341 724,341 00000000000000000005c44758f45b460668e66aa0b1c0dc50b98628280b8a64 1,819 1.00/1.00 vMB 1
724,340 724,340 000000000000000000010ae993c0157bc95ebfec34dd827e82260da580b83341 1,803 1.00/1.00 vMB 10
724,339 724,339 00000000000000000006b61e1a5b791d89146368a6957213f8685054bbc13992 2,582 1.00/1.00 vMB 5
724,338 724,338 00000000000000000002ab25d6c724e6ba68a9df699ca247b6f92b22f89b7163 2,078 1.00/1.00 vMB 28
724,337 724,337 00000000000000000009b7bc6604e421f40afd11b02ab1e3d633710c155abef5 774 1.00/1.00 vMB 1
724,336 724,336 00000000000000000000a8cdbe1d882c3d541f8ab6b7fc03bc3a28502cbe9c37 1,496 1.00/1.00 vMB 2
724,335 724,335 000000000000000000086d53a2562c8701ccf37280d077025c2b57177b506b60 1,585 1.00/1.00 vMB 6
724,334 724,334 0000000000000000000049bcbf013335951add6e7bde6a60325b7dd3c59a1063 1,072 1.00/1.00 vMB 2
724,333 724,333 000000000000000000011d0ed08328d6d3d18dab37cfd89f16c7a433a100c3c5 2,228 1.00/1.00 vMB 5
724,332 724,332 00000000000000000008099e2233f91cf42b967b64c9c624756e7591e4c11a62 3,279 1.00/1.00 vMB 15
724,331 724,331 00000000000000000006fae49e305c8afa4feba591a0c499a76adbff0eb3229c 1,051 1.00/1.00 vMB 5
724,330 724,330 00000000000000000009fafd3614c27947f843e80b24898f122fe920d405bfd0 2,431 1.00/1.00 vMB 5
724,329 724,329 000000000000000000008801c5425db600acfae1b6d439d2b776639d6f65fab4 2,060 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.91 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: 645.61 GB
    • Received: 12.74 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.