Loading Tool

Explorer IconExplorer

Memory Pool

75,725 transactions
29.96 vMB
0.09587286 BTC
Random Selection Loading Transactions
Max Size: 178.98/200 MB

Candidate Block

Mining Attempt f2320cb6ef196e49c86692a067c20f14d76bcce196d08298d35ac6f32c52503b
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root d6fcf29c49b211831770f8ffffe16e1983193a648b9b4da5abac929ac6e49e96
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,693
Size: 1.00 vMB
Total Fees: 0.02357303 BTC
Feerates: 100.00 > 2.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (538,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,708 376,708 0000000000000000057a4b7adde08291a47885e06fd95fe00ce82ccdb4bc1c58 1,285 1.00/1.00 vMB 19
376,707 376,707 0000000000000000004f35906eccb26a1506dff816be70b6d68123c1db8601a3 1,998 0.95/1.00 vMB 43
376,706 376,706 00000000000000000a3a6aff07c5d98c445ceed9f5210d0d78867e4365842b75 2,073 0.75/1.00 vMB 50
376,705 376,705 00000000000000000740375b2123e049d7b51371b389f1896e0f041c48a308a3 1 0.00/1.00 vMB 0
376,704 376,704 00000000000000000a48f0f0b0b0c3d8fed82a6d94e3bfe7f37ce9ec642cc37c 754 0.32/1.00 vMB 40
376,703 376,703 000000000000000008ff83249b14754bcb65676c185401d58e6cbde932e11d48 276 0.24/1.00 vMB 26
376,702 376,702 00000000000000000551ad7a5f9593cd5fbf50dc3584d98ade0b3d6903cfecde 77 0.08/1.00 vMB 13
376,701 376,701 00000000000000000b48cfd72f4d06fc73697dfa7455b50859a2130727792359 161 0.24/1.00 vMB 7
376,700 376,700 00000000000000000fe7ce819f2fb3b8f133aa32b6c768586e002e86864cd38d 238 0.15/1.00 vMB 25
376,699 376,699 0000000000000000127e0deeebc3c2e8e82239f360592c11d6a9e0fd296d4128 1,339 1.00/1.00 vMB 25
376,698 376,698 00000000000000000579015421e72859a2fb96e6d9f4a97d03f4a36ae34dc236 671 0.95/1.00 vMB 15
376,697 376,697 000000000000000009e6978b0ef0f6c3d773617a1a17693bf6fc53da96624a45 928 0.71/1.00 vMB 20
376,696 376,696 0000000000000000096d3ed3bc81a9bdb25f898abe2f099392836ccf976b3787 2,596 0.93/1.00 vMB 53
376,695 376,695 00000000000000000a04285ab65414df34f3d2f9bda0b9203a473114b238a282 703 0.46/1.00 vMB 27
376,694 376,694 00000000000000000a72f580709c5c8061adb2d8f8931366d0ebd8f82e17c326 435 0.36/1.00 vMB 23
376,693 376,693 00000000000000000364ea499374ad814778ef5610bd1b1b90c8b6c88f63b1b0 762 0.66/1.00 vMB 26
376,692 376,692 000000000000000005c1a6523a39f5f79e9c7919040fad588f3586f9e8fa1058 1 0.00/1.00 vMB 0
376,691 376,691 0000000000000000039966a0bbbc969dd3c1199d915a3f088c6d88544ad2ac0a 1,949 0.93/1.00 vMB 39
376,690 376,690 000000000000000000c0e693dd6c552e8ba40ac63d978f7cef1b49cce03f8c7d 1,779 0.97/1.00 vMB 33
376,689 376,689 00000000000000001064685f67bce69a4235f7ac8fcd510da9e34f404f7d9b06 1 0.00/1.00 vMB 0
376,688 376,688 000000000000000004c30d775f06e3f7e03220b86119a8c5a660fcf47a324322 759 0.32/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 783.17 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: 749.33 GB
    • Received: 18.82 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.