Loading Tool

Explorer IconExplorer

Memory Pool

54,934 transactions
32.30 vMB
0.15661001 BTC
Random Selection Loading Transactions
Max Size: 172.66/200 MB

Candidate Block

Mining Attempt de87310a64239f5f42aee6994ab361b93d3ce823ab10cacec9c68f09fb3f6e13
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 67d104a62185c4af03ba148b056a0805b28703922d786beb07a98e7c9d4d1173
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.05213478 BTC
Feerates: 150.98 > 5.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (293,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,993 620,993 000000000000000000017cb95ecdc6a0206b65316b38a5ab596f019d82c29e0c 3,089 1.00/1.00 vMB 15
620,992 620,992 000000000000000000087b5ddbabc8451a5b7ab8940868eacad30ddef4636a8b 3,073 1.00/1.00 vMB 24
620,991 620,991 0000000000000000000de379330f3d0694459722f1063f8c853d723eb8067243 2,768 1.00/1.00 vMB 35
620,990 620,990 0000000000000000000a65489f91a76384f5d82baacfd78ebafcd04ebb6bceae 2,048 1.00/1.00 vMB 17
620,989 620,989 0000000000000000000246e0b02e816e797a06cdde3b5d3f3d857bcee842fcaa 3,161 1.00/1.00 vMB 23
620,988 620,988 00000000000000000004a58ea7dc19d10e30286ab4f1ed13a47c6239362437cd 3,177 1.00/1.00 vMB 24
620,987 620,987 0000000000000000000e2b0c5397efd2e14a9337b402e386a6778b4a267506df 3,358 1.00/1.00 vMB 21
620,986 620,986 000000000000000000092ed0f290b749e36bf08a4a35781f8ac8c8b449f375aa 3,363 1.00/1.00 vMB 25
620,985 620,985 00000000000000000007c104302545fa123fe11d9ac1c82f6f2c219e763ca00c 2,173 1.00/1.00 vMB 20
620,984 620,984 0000000000000000000d8b21eb08efe1acede6a94f6c2e7a8c9951a515b198f0 3,482 1.00/1.00 vMB 31
620,983 620,983 00000000000000000003d8aa3f5473e5fa8fc9e806de6b9acfe2d119020ff2f2 2,755 1.00/1.00 vMB 24
620,982 620,982 00000000000000000003cf7efa0b66576f61c010b9eb98ed14bc2ca5d9870ddd 3,088 1.00/1.00 vMB 34
620,981 620,981 00000000000000000000247fce2231eb770388253328822cdb0799e4a78e5211 3,145 1.00/1.00 vMB 22
620,980 620,980 000000000000000000068dd8c85b872d4897db49fa5bf4764f1f279d22a37a3d 3,295 1.00/1.00 vMB 22
620,979 620,979 0000000000000000000ec3817544c42698abb9f6e3c5b12722d7054dc0123c72 2,545 1.00/1.00 vMB 32
620,978 620,978 0000000000000000000d12a666c7f080ea81f58d0f59efabef00ad988bc6d4f2 3,232 1.00/1.00 vMB 36
620,977 620,977 0000000000000000000141ca0e5ff84ce7bc6cb99f9a477a33c1485e37186d4c 2,879 1.00/1.00 vMB 41
620,976 620,976 00000000000000000002bc6a8e4940ab9e9a24ce82e6abb0df9dbf92ffb5eec6 3,435 1.00/1.00 vMB 29
620,975 620,975 0000000000000000000244ca753e0a0e45aa3dee0f3547ed055475275a681b4f 2,953 1.00/1.00 vMB 16
620,974 620,974 0000000000000000000bf8e44c6e208fa874f99e48b3dc4d89f4c51e79eb642f 3,030 1.00/1.00 vMB 17
620,973 620,973 0000000000000000000b2e618d7bb727855f09a36bb5be40e5d75468c3fb3f99 2,801 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 651.26 GB
    • Received: 13.52 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.