Loading Tool

Explorer IconExplorer

Memory Pool

45,856 transactions
27.30 vMB
0.07768409 BTC
Random Selection Loading Transactions
Max Size: 144.22/200 MB

Candidate Block

Mining Attempt 852e9b171f7a573f39d3cc04000fd703c4930a6d13cf40290f870b5e0c0d1f39
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root ed9067ddc6195b4db4ef8fdbf47a3a2eb9bbdd6b6c12c5e1c4fde33f5feeb9ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,045
Size: 1.00 vMB
Total Fees: 0.02611353 BTC
Feerates: 201.13 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (590,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
323,814 323,814 000000000000000014ba5d77fd0aeeadf432daad0b84f572f360bd4295a6d4c4 509 0.45/1.00 vMB 28
323,813 323,813 0000000000000000093567095bcc7e8734fea71c74ad4ba2c793b1a586a7e904 141 0.09/1.00 vMB 15
323,812 323,812 00000000000000001b6c8069edf546db51bbc6ceca05cfed1bf8ec028b717cd9 245 0.14/1.00 vMB 21
323,811 323,811 00000000000000001b5d6d57ca3cbbdf4323546b5fbc4f197d55409a20edad51 218 0.11/1.00 vMB 31
323,810 323,810 000000000000000006b60539c87c8219fbd066ce102493e0f33ef99271783db8 932 0.50/1.00 vMB 30
323,809 323,809 00000000000000001efc860acd7ee946ca11eb01927a9d479e5dab46e68336c8 579 0.31/1.00 vMB 26
323,808 323,808 00000000000000000b3d04849ced455f28168603b7df5c29859d783b406be10a 644 0.66/1.00 vMB 18
323,807 323,807 0000000000000000010a10dc2413fd14790bba0fbbdb1bd74be80dd590b2723a 1,765 0.75/1.00 vMB 39
323,806 323,806 00000000000000000a9f231100b5818a1f3593ed26616e9dc35acf6fee5c933a 1,287 0.72/1.00 vMB 28
323,805 323,805 00000000000000000ec99c69c1bae93b4b5ed801d6e6b993f4d725433b599e84 722 0.54/1.00 vMB 22
323,804 323,804 00000000000000001b2be2d4f4938383eb9e8dd5bcd7c329c1d3009e54d354ba 756 0.51/1.00 vMB 25
323,803 323,803 000000000000000000c5be50e9afe0849b23781e9cc5ff70bfac8c0370933037 333 0.22/1.00 vMB 46
323,802 323,802 00000000000000001b48fc01d0216cbf9301ed52db7baf85746a94a28b1aec2f 468 0.25/1.00 vMB 28
323,801 323,801 00000000000000001198bdc4bf91f8611312bd1372d6b1f095c42839b61c4cc8 32 0.02/1.00 vMB 23
323,800 323,800 0000000000000000084b0c04a20a38af8d838b46a67e98b75a6e83076aa57d11 297 0.20/1.00 vMB 23
323,799 323,799 00000000000000001a700699a447b5e9d7ae4eca18ec63f4d242f66413355fc2 100 0.13/1.00 vMB 11
323,798 323,798 00000000000000001166783b77f0f02838a4fb037dfba6c1e657a824c706aa01 1,383 0.75/1.00 vMB 31
323,797 323,797 00000000000000000e71b65e2d33c664d4f08c08b412c9360b924ab4104bdbf5 473 0.33/1.00 vMB 24
323,796 323,796 000000000000000000a2e125c94e8874f47e07c93a399e9d969eba8ab9066d10 257 0.23/1.00 vMB 21
323,795 323,795 00000000000000000dc83335b66edc9178f10a543a10e1bf8f1a31faf877920b 548 0.25/1.00 vMB 34
323,794 323,794 00000000000000000a9ec6da2a6b371c02aaa6738817eceada104d660d861849 236 0.13/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.