Loading Tool

Explorer IconExplorer

Memory Pool

25,811 transactions
6.40 vMB
0.07816622 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.17/200 MB

Candidate Block

Mining Attempt 014621d1fb9578613ecfab8f426ca152df742022c8cda7b83d193ef7393b26bb
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root 064db4e156c2b9b42d272f5d7a896d112fd82cb21d024838fc28115ad3d09bf4
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,867
Size: 1.00 vMB
Total Fees: 0.06081698 BTC
Median Feerate: 1.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,195 (721,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,224 191,224 000000000000018e98f2f61e1b41f6e367a723d277b19da799f00997bb108c3c 0.10 MB 271 121
191,223 191,223 000000000000023306d5e1f6fcccd0427806f29c4e216aca2d66952c4cf86507 0.03 MB 89 31
191,222 191,222 000000000000037cc9783b457b23d8d6c3f330b212ca3be6505425c38ae13805 0.11 MB 270 123
191,221 191,221 000000000000086e50e087d9ceb89ce788f12f5a5eccd7a600859e8d2020867b 0.09 MB 210 120
191,220 191,220 000000000000069b4a4007888e744a48278dc4dc0108637411035cbbd555c486 0.15 MB 128 73
191,219 191,219 00000000000006d77dc9da16c45d0fd0a03627c4a51362aacb653b982748174b 0.00 MB 7 66
191,218 191,218 00000000000001f91b8b52c232d4d15d732006a42176f39673c6ef0710b50ff0 0.06 MB 134 68
191,217 191,217 00000000000006548d4b8af9dbf18543b1341526b42044eafb33ca5e0a631edb 0.13 MB 336 222
191,216 191,216 00000000000006844b010a043243d648e6e0704a300a1b12210cd70f506eaff0 0.13 MB 361 139
191,215 191,215 0000000000000249fa2b1f2f50e8af61ffef55f806db4668aca2cc30b25a8e53 0.07 MB 157 90
191,214 191,214 00000000000003a80aa8a308e26968d25b201503e3299b4c34607f11f2d10e9a 0.03 MB 64 44
191,213 191,213 00000000000008e09a182e44b323b7cc02c2ed728c69f81efbe4cd72bd4b8be9 0.21 MB 462 104
191,212 191,212 000000000000066aa4e101b6bdf1576b5d38713214c1a6b5c74f803d5146ec6b 0.04 MB 83 192
191,211 191,211 0000000000000056b2526ef4d27d66343cc32576bdb533b54384e13793094709 0.00 MB 13 15
191,210 191,210 0000000000000006c8801df7a95ff56ec325cf9cd808137a02bbecf43691ac76 0.06 MB 148 126
191,209 191,209 0000000000000684747a79019dcf9fe7385248ba13c2d62ea9d72eb178d10504 0.06 MB 221 43
191,208 191,208 00000000000007656993f1e8cdef1c061b9c9200c713ca11f612033ab6905d06 0.05 MB 132 120
191,207 191,207 000000000000068d5c84f4b2d8bed1a13d368665c33ea9d0e4efef4426d568a2 0.07 MB 136 110
191,206 191,206 00000000000001dab8dbc415ec71f7ff15e7f8a4cbe1736c14df7fa1fd0e0f46 0.04 MB 103 56
191,205 191,205 00000000000006328bc158ac6bee09f883c71f9102aba78099871305ade2d163 0.21 MB 593 127
191,204 191,204 00000000000001d3b76875e15e52b1de5b31e5a1f426f61a6d5d6c741609d1d5 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 779.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 64
    • Outgoing: 10
  • Data Transfer:
    • Sent: 13.67 GB
    • Received: 0.28 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.