Loading Tool

Explorer IconExplorer

Memory Pool

72,517 transactions
28.05 vMB
0.06885957 BTC
Random Selection Loading Transactions
Max Size: 166.08/200 MB

Candidate Block

Mining Attempt b1efbae516275aea0a9b1d5f1d2706b0340b050763d3332a0c5756d49e340586
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root bfd62d7a5dd75485ff582933ecc931f03f39eb9185d4faa59f2b0a12283de859
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,576
Size: 1.00 vMB
Total Fees: 0.01285075 BTC
Feerates: 157.46 > 1.29 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (468,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,143 446,143 000000000000000001e2285486fba2598a3cfb9309cda535414b8297bf1504c8 436 1.00/1.00 vMB 11
446,142 446,142 000000000000000002676f9dc4626118e36e11e5b0be792406a20e8ac894080c 2,168 1.00/1.00 vMB 66
446,141 446,141 000000000000000001bb53f92c96100ad29f4ff90fbe7de58d02323be0480507 712 0.36/1.00 vMB 70
446,140 446,140 0000000000000000002acd4c14d5cb795a9dc9927073abf931d0d80e8330bd87 344 0.13/1.00 vMB 72
446,139 446,139 000000000000000000f4e94994f577ab92f183201183d0704a962265794642ab 1,678 1.00/1.00 vMB 56
446,138 446,138 00000000000000000204b215e660a3e712effe13d5f0d812748b32d9d9583465 172 1.00/1.00 vMB 3
446,137 446,137 00000000000000000359e7d6dfa973c6b0350e5722a36ece61a1ba987f81a866 665 1.00/1.00 vMB 18
446,136 446,136 000000000000000002af9eeef4f7c1f3cd6513a5d453f9073076214a7487d9b6 2,409 1.00/1.00 vMB 80
446,135 446,135 0000000000000000031113d246dd95eb87fb686798dbc448e7f61f1a96d4da4f 1,147 0.81/1.00 vMB 43
446,134 446,134 0000000000000000004e9a5ed09a33efe1bb28593db7b3ff8f6e19b480b2c60d 2,408 1.00/1.00 vMB 68
446,133 446,133 0000000000000000013f34b1efe94dce2dbe1bf0d5ca56a1cfd11f7a018b9e51 2,319 1.00/1.00 vMB 79
446,132 446,132 000000000000000000d925005a17156b2dad28a4cb58270cc1bdc6dd37a3df6a 2,121 1.00/1.00 vMB 97
446,131 446,131 0000000000000000029eab96e9a254274166eba4a195f1b01ad2f6000ce35429 1,287 1.00/1.00 vMB 46
446,130 446,130 0000000000000000022dc508f7a050582100bf53037f7ec6011901cee8c1237e 234 0.10/1.00 vMB 86
446,129 446,129 0000000000000000008361775953ab9b5d9baec562e62c83b279d465380ac07c 1,427 1.00/1.00 vMB 44
446,128 446,128 00000000000000000050c9e18dff918d92827270fdf4d77e07055af1352d04e9 1,760 1.00/1.00 vMB 53
446,127 446,127 000000000000000002f36fccf7f5d4db1eacfc6c85af3d48648698cdd5902f6d 2,126 1.00/1.00 vMB 73
446,126 446,126 000000000000000000109bef87dc81c0413a3655d16c0ecfa960cafcc98611db 2,219 1.00/1.00 vMB 96
446,125 446,125 00000000000000000260b6c5c7f47cf1a6bf2fb1a9d417c650bdc759eb4b5916 2,000 0.93/1.00 vMB 85
446,124 446,124 000000000000000001a37472c57b24968e8e5038ca87b4eb1b52c1dc0f9ac742 1,192 0.79/1.00 vMB 45
446,123 446,123 000000000000000001e01ed6a04c8156bbd5fb53f7714db1d3124ffb319bcb2b 2,441 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.