Loading Tool

Explorer IconExplorer

Memory Pool

49,317 transactions
30.69 vMB
0.11445998 BTC
Random Selection Loading Transactions
Max Size: 163.71/200 MB

Candidate Block

Mining Attempt a38aef21172536c7c490f04c4d92f9a1efb8c983bbcca94b4d6efa063d55c461
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 17c591a2e3ee15baeab49d681fd4b8f6088da7f1310cbfadceebfe1405d8d9f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,217
Size: 1.00 vMB
Total Fees: 0.04714397 BTC
Feerates: 150.97 > 4.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (736,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,668 178,668 000000000000066352d79a4c6882309f639096c48434471d320d0f5a59c5ae5e 20 0.01/1.00 vMB 78
178,667 178,667 000000000000023e08562d811bb2d60d2f23a407bf1053bf746a6d37e6ad9af1 141 0.06/1.00 vMB 249
178,666 178,666 00000000000004df0e930385f89bf7fa5d1f4d0baa32f8a35699dc24ee3b8c0f 91 0.03/1.00 vMB 166
178,665 178,665 00000000000001ab482797e91f5e2cf12f93aca58669c19b7af8bbd515e89494 84 0.03/1.00 vMB 118
178,664 178,664 0000000000000b0998e3abd8f1dd30db4e8ce718ec9a80fc6a12c8a1db7ce0c1 135 0.07/1.00 vMB 99
178,663 178,663 00000000000005b6f6c3b56b7bfdde92ca5c85b0b13e8de035f1c280dc632c94 40 0.02/1.00 vMB 61
178,662 178,662 00000000000005ad239044e60d983f1f8fa424d7a5921c96005e90708c045490 177 0.07/1.00 vMB 92
178,661 178,661 0000000000000937900b77ae3ccaaa95a963f6a8afee2923ba677eb917340beb 73 0.03/1.00 vMB 109
178,660 178,660 000000000000074b695c5d08755b49465c2518cdaf66b9350f75228fb64646ff 26 0.01/1.00 vMB 97
178,659 178,659 00000000000008e82b8a25bc3f49661b1de81d4dfa589228384426e40220110b 1 0.00/1.00 vMB 0
178,658 178,658 000000000000050da13de8831fb0553cacd86243546e947cfc1f48d14d0a79c8 42 0.04/1.00 vMB 75
178,657 178,657 000000000000004b12eac9530d352d6ba3e5924b7a4079713b89dcdf3f6b52a5 160 0.05/1.00 vMB 27
178,656 178,656 0000000000000a5bb6d5d2caa45073eb72b2056264e209255b179c0b482f05c9 94 0.04/1.00 vMB 37
178,655 178,655 0000000000000a72a015e792a110ecaac040f342f805a0548d25a41fac311399 162 0.10/1.00 vMB 138
178,654 178,654 000000000000089bc74b70c471ebd9699815ef80ebaa760ef8dd9cbf1d6c9abb 373 0.15/1.00 vMB 135
178,653 178,653 00000000000002949f4bc301bd6bdab74d464160b7fd7f087d0806bd36e7a60f 1 0.00/1.00 vMB 0
178,652 178,652 000000000000073eb79395e5fee620d868a763cd77b53d40e6f43ce8f1dfe8bc 251 0.16/1.00 vMB 131
178,651 178,651 000000000000041473f35a080e14a3f7ebde5ad7e3f0c3d1d2cf03363a7d97cc 44 0.02/1.00 vMB 16
178,650 178,650 00000000000000e8e5b496dd6322bb0f9b427914b08517b195e55d210d684e49 45 0.03/1.00 vMB 124
178,649 178,649 00000000000004e76af074ae2964a15ec853b33c4ac3ad29624965aae750aecb 110 0.03/1.00 vMB 123
178,648 178,648 0000000000000353c04d9793f0fee11562d57f9fa6cd8959495fb93d299c8298 34 0.02/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.13 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: 652.40 GB
    • Received: 13.76 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.