Loading Tool

Explorer IconExplorer

Memory Pool

16,737 transactions
7.46 vMB
0.03325555 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.99/200 MB

Candidate Block

Mining Attempt 4be83526e35869656dc788ab41e1e436230ae741287d22f484f412f87deb7f08
Version 20000000
Previous Block 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a
Merkle Root 1ceed9c334942bba4c8a9e977ace101cfeec461de91aeea860dac14cf9930bb6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,581
Size: 1.00 vMB
Total Fees: 0.01862616 BTC
Median Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,440 (724,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,217 189,217 000000000000009bff5425a97ab1c86bc1d94307831ad9885f904d0cf42f1981 133 0.06 vMB 149
189,216 189,216 000000000000048a373d8d8e3880a8b4b2527dc8fba1c4f35242dd965b31590f 123 0.05 vMB 143
189,215 189,215 0000000000000699440eecf209d21fceb5af7ef9bf03141fd49c96433aefd83f 511 0.21 vMB 151
189,214 189,214 0000000000000292aa1a80cb5df21ca61eefd5e25f619dd03d1fb56703b50ee5 91 0.05 vMB 235
189,213 189,213 00000000000006d9712740135dec59dbf6417783c8ab24903175f69770a580ff 118 0.05 vMB 72
189,212 189,212 00000000000002857ce25b966b9732a84d1c38aa3d5cf1d83e980dde82e83cde 145 0.07 vMB 133
189,211 189,211 000000000000067a7c535fc4791a79862e4ad7301077137caa2bf9f5649f30de 510 0.23 vMB 138
189,210 189,210 000000000000002434457257d6245557d9a4193cb12099ee763c989da5770a6c 9 0.00 vMB 307
189,209 189,209 00000000000008d2137b52a2a3f895640eaad30a87da123424635e85de22f5a2 152 0.09 vMB 166
189,208 189,208 000000000000007038c267c8e494df785ac980a82d321792dc58302e5cfee2a0 347 0.14 vMB 132
189,207 189,207 000000000000003529644dc765213aff7c6dfd842ed751a4b64ba98c75dbf3fc 10 0.00 vMB 14
189,206 189,206 000000000000002def9e4c58a0c38620187b8e6a5f9740b83790be02072cef91 128 0.05 vMB 59
189,205 189,205 0000000000000802f60d38160946af5c5ddc156477247ac9bcb6fac29c60571a 229 0.10 vMB 182
189,204 189,204 00000000000009441aeb91ff0ebe11ea79b1fc54d7fc4e4f13a4d85d8614163a 193 0.08 vMB 122
189,203 189,203 0000000000000854e370ac8072f854e1f0c2085396604b12ce62787c23bc36b0 183 0.06 vMB 56
189,202 189,202 00000000000005478db7a35b6a233e92ce0171b326f0bc73f373c407b31878fe 523 0.21 vMB 404
189,201 189,201 0000000000000214aa1889a124a4cbc47d329ca12d4c3abcac9a8aba250ccf33 519 0.24 vMB 126
189,200 189,200 00000000000008e8f8039903f69df6bd245b4dd75e6ab750805d96d4fc02b972 305 0.13 vMB 115
189,199 189,199 0000000000000326b642d4e759e050a49a40a88d19d850cc9e4ad79c52f65167 409 0.17 vMB 124
189,198 189,198 00000000000000908ce2319303af101a062d365e1eaff47e098477defeb997b9 372 0.17 vMB 121
189,197 189,197 00000000000008a8fdcc0bac841cd1cfaacc8155b018a9f1221b58554dfe7ae9 460 0.25 vMB 162
Previous 10 blocks ↓
Total Size: 779.63 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: 303.94 GB
    • Received: 1.39 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.