Loading Tool

Explorer IconExplorer

Memory Pool

87,700 transactions
32.14 vMB
0.16319683 BTC
Random Selection Loading Transactions
Max Size: 194.74/200 MB

Candidate Block

Mining Attempt fb9bff3b1f75015d6f0049a2da044f41f30ec089027a411a63603b8282830ee4
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root d80f712e8240982a4ef20d17bcf15495fbe9001e88e9edaf1a3ad832b74f0b24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,290
Size: 1.00 vMB
Total Fees: 0.07792461 BTC
Feerates: 182.65 > 7.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (731,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,213 183,213 000000000000025856e5d78dd5a1e589049a3cb5734ad22e7594717207f02182 10 0.00/1.00 vMB 0
183,212 183,212 0000000000000797f7155dcbf6ccf7edddcd9b6c0c32033eb8700f2e730f27e8 65 0.03/1.00 vMB 169
183,211 183,211 00000000000005bd43df651f0bd7da8c3d10f5ef39be966dcb73e511d1069ca7 19 0.01/1.00 vMB 3,443
183,210 183,210 000000000000007ede59b0c04d3c6f176864a75df388198aa03ed45327be38d2 33 0.01/1.00 vMB 117
183,209 183,209 0000000000000045992740a0d6580fc259413b4cf7e597b03ea7156f0d5e2a78 16 0.01/1.00 vMB 110
183,208 183,208 0000000000000a386eb5a5af4c1e02859c5a32417ebb153a8a6ce95d3ab28f4d 11 0.00/1.00 vMB 0
183,207 183,207 00000000000007e3d65b461d8625d985bfe8871069009b78edec0944fdca6b6e 42 0.02/1.00 vMB 73
183,206 183,206 00000000000002f54fe285d704b9d0b7c5a83a5c1c221bff7de872dd87b752c1 4 0.00/1.00 vMB 144
183,205 183,205 00000000000004c0b651c13bd0d55c42157b6af383b9047395e4a6c93341adb1 9 0.01/1.00 vMB 26
183,204 183,204 000000000000046dafe8f34e7fdc300cd85699c7863010bb5d5b821d8bed7113 51 0.01/1.00 vMB 8
183,203 183,203 00000000000009c5492c2b7bb01927a0bce5b676fcbff06497bcb13d5e3f2a6c 93 0.06/1.00 vMB 106
183,202 183,202 00000000000007103607d149cb00ce32c4d45385d7457a116760ef2d92d1fe73 10 0.00/1.00 vMB 309
183,201 183,201 00000000000009ed16d87b5425582cf1d105122843736c1716bec4a9d4dc3587 105 0.04/1.00 vMB 250
183,200 183,200 000000000000070cba2448c5d5d84d512435ce68ad338369da1ab47c2c7dbd20 62 0.04/1.00 vMB 41
183,199 183,199 000000000000098dd5c0f5bbbeb33c1b8db1229bd0d1f061e3fffed77525bc95 98 0.04/1.00 vMB 65
183,198 183,198 000000000000069634d7f62f96b1dcb54290e6c9d22721d5c1b9f6385b6bd637 16 0.01/1.00 vMB 81
183,197 183,197 0000000000000947c31976b318109d4560931fb4a6a9dcbc2c69680d1c4275f1 107 0.07/1.00 vMB 98
183,196 183,196 00000000000004ba6d19e171c75682391b5bc913c973528bcab71e89e9a0de59 2 0.00/1.00 vMB 0
183,195 183,195 000000000000084cd3a06433fb7a9fb412eda94e5cc0d251ee97fa0c1361055e 145 0.04/1.00 vMB 14
183,194 183,194 00000000000008facc86df93df616cad92d4c686c59c1a1fc6f42ead5f30e6e5 244 0.10/1.00 vMB 207
183,193 183,193 000000000000034a0586c0ddb83b5ed73fcacbc4bb71c8cf5296a989d3977722 1,165 0.42/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.