Loading Tool

Explorer IconExplorer

Memory Pool

83,143 transactions
31.38 vMB
0.16265612 BTC
Random Selection Loading Transactions
Max Size: 186.41/200 MB

Candidate Block

Mining Attempt a8ca634916f37951ac3bb2d006caa8347a08ac8f913441426ccbb7961b23b8e5
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 708ed1031d87d686ab5e2355978bafd4f52d9a9bf189ac8e32e2e0103dee1ae1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,081
Size: 1.00 vMB
Total Fees: 0.06139700 BTC
Feerates: 269.69 > 6.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (364,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,138 551,138 000000000000000000131dbfba5b0a84510c55f0544ab3e2fa5b780a3e9316c4 3,035 1.00/1.00 vMB 62
551,137 551,137 0000000000000000001d0f781d0831d4ef76324b77dcd7bb937fd05add571f7f 2,924 1.00/1.00 vMB 41
551,136 551,136 000000000000000000263faf27ccb3f857627258e7a6fe4d6e2439c698d7bce6 1,344 0.86/1.00 vMB 15
551,135 551,135 0000000000000000001bcfcb547c495239b17e73e6a732121a4a9024b2f58804 241 1.00/1.00 vMB 3
551,134 551,134 00000000000000000017eaef33d9a6eaa6e144525008113a198dfa728a407312 2,150 1.00/1.00 vMB 24
551,133 551,133 000000000000000000135eaa3ede9deb121d536f056a9dbd8d094e09bf1e0d4a 1,301 1.00/1.00 vMB 13
551,132 551,132 00000000000000000006726a61a455a40e4fe81b6bac9ffb57601eff56397ac7 2,363 1.00/1.00 vMB 28
551,131 551,131 000000000000000000025453dd1e271ed9e1e032b200a20058fc25f3a15631b2 2,718 1.00/1.00 vMB 23
551,130 551,130 0000000000000000001751c067ea13e0b7df4b51b7dae0443bc711fb9070f42c 1,834 1.00/1.00 vMB 2
551,129 551,129 0000000000000000001bafe49b6c850b0940f8ab8d31918385c1647906d8ed3e 2,882 1.00/1.00 vMB 30
551,128 551,128 00000000000000000029bc4d0281c4303fa7326681fc1dfeacc7ec5c3a848531 2,791 1.00/1.00 vMB 20
551,127 551,127 0000000000000000001c7a9d87faffcedc4c993241dcb9cd79a7a4b9fbeef9ca 3,243 1.00/1.00 vMB 69
551,126 551,126 000000000000000000066adb7119222e0e6ab75b74d601b465313c832133d115 1,151 1.00/1.00 vMB 35
551,125 551,125 0000000000000000000f11f9998d9baa0f07ea5ce1d8ec6e2fe5a57cc9fb78dd 2,582 1.00/1.00 vMB 65
551,124 551,124 00000000000000000018534d88ec45bea2a696da39fe7b63158a63a52ea1d595 1,789 1.00/1.00 vMB 10
551,123 551,123 0000000000000000001aa98c0e3741e5204d64b03b356142a67db46cc19f237a 1,501 1.00/1.00 vMB 28
551,122 551,122 00000000000000000000860738d0158e9b70230809c74db2fe961ed1d9b6faef 2,782 1.00/1.00 vMB 29
551,121 551,121 00000000000000000011e5a3a4391c448190857d6b471406f73b7c3595695d51 3,061 1.00/1.00 vMB 54
551,120 551,120 000000000000000000212292ab98b2fcf6fd700ece8d7b7533a2320462d8c361 2,824 1.00/1.00 vMB 32
551,119 551,119 00000000000000000009f4c12f0d7d8226cccb998e73615c0a054475e281e6e1 2,552 1.00/1.00 vMB 13
551,118 551,118 00000000000000000024982a78ef50cf74941411c32cb3478ccdc4a4f09c3a3e 2,583 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.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.