Loading Tool

Explorer IconExplorer

Memory Pool

77,341 transactions
28.98 vMB
0.08418813 BTC
Random Selection Loading Transactions
Max Size: 174.87/200 MB

Candidate Block

Mining Attempt 27f0704e8fdf5f00735e9d588f2c53fcfc9c428e46d58b1b460e45fe1e0649a2
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root b77f97c2c5dfaf49babace650b1b3558d44c2effbb54c9919f097ba3b65c92b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.02374105 BTC
Feerates: 103.00 > 2.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (388,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,328 526,328 00000000000000000028b75ad077ad22a386ce6dc56ee3bc17c67c8dc34fbbb5 2,994 1.00/1.00 vMB 8
526,327 526,327 0000000000000000002f3ec10b9a355c8f886d8c0c23344396a4286cf5ed7640 2,367 1.00/1.00 vMB 22
526,326 526,326 000000000000000000196a478816d7c6206f82ce1dadbaeccedaa473fee319a8 2,490 1.00/1.00 vMB 39
526,325 526,325 000000000000000000309b92324636afc6f6861b3b066bd8046b921d56d9b86a 2,923 1.00/1.00 vMB 26
526,324 526,324 00000000000000000027f77146c75535dd8ee3be42ded0212fa0067f39d6843f 1,249 1.00/1.00 vMB 13
526,323 526,323 0000000000000000001dc8102298c3d0bde582a78af0026c4961e8c8e15bda72 619 1.00/1.00 vMB 4
526,322 526,322 00000000000000000006c81d33c9a763bc488d29dfbc9e3eec6338c0ea38db35 659 1.00/1.00 vMB 6
526,321 526,321 00000000000000000009ff430d691df72fca9fa04c227ccc1714f2dde4e32cdf 231 1.00/1.00 vMB 1
526,320 526,320 00000000000000000018070bcffc3760da82c8f4666d39a2dbbcb78ab8bd6d9f 2,448 1.00/1.00 vMB 15
526,319 526,319 0000000000000000000049dbd798ab3b94640c21e541420a9644c167d8e49cae 2,360 1.00/1.00 vMB 6
526,318 526,318 0000000000000000000e7fd6c34329cccee9baca3d7c8553225586c059607971 2,363 1.00/1.00 vMB 21
526,317 526,317 0000000000000000001fa6f6f91c8986faedbe1729f5ec78c5f0788a41be707f 872 0.43/1.00 vMB 12
526,316 526,316 00000000000000000018a0bfed09d9593d11b756513df6178433d39b5bfc04b6 2,797 1.00/1.00 vMB 24
526,315 526,315 00000000000000000022546d21bf7bd9b3f99966837bd05b30de8f5073e05524 2,817 1.00/1.00 vMB 42
526,314 526,314 0000000000000000000bcfc7166219fd6f504a59c88233afe5ecd4761db4fe49 1,785 1.00/1.00 vMB 11
526,313 526,313 00000000000000000024084af0de6c2d4de9aaed9cf4d8d055e1cc2b7914ba08 1,502 1.00/1.00 vMB 9
526,312 526,312 00000000000000000031f8e5eb6869b619129062763432d010c462f2a0680b38 1,240 1.00/1.00 vMB 17
526,311 526,311 00000000000000000004f6a0fc7922beac0eab63325f56bef4400d3621db94b7 330 0.17/1.00 vMB 13
526,310 526,310 0000000000000000002dff4f1c8f1ab69a4eb0a9f4452ff3f605311e6a6f670a 1,983 1.00/1.00 vMB 5
526,309 526,309 0000000000000000000d82ddd4f3a0386facaf1b68822569fe9fd574b26e5473 3,301 1.00/1.00 vMB 23
526,308 526,308 000000000000000000211ba8b8597a590230c287c5753b24da30ed83f69bb6b5 2,245 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.66 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: 673.02 GB
    • Received: 16.35 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.