Loading Tool

Explorer IconExplorer

Memory Pool

38,473 transactions
26.16 vMB
0.06186219 BTC
Random Selection Loading Transactions
Max Size: 135.30/200 MB

Candidate Block

Mining Attempt 949d5856b5784abe563324d88c8c2ccd13a667b04fab65112d6510fe1a41af5e
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root c981839a0bce05973972a0f40b8d50004f2ce05202e4badcaf1d3a39d2d772c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,315
Size: 1.00 vMB
Total Fees: 0.01393741 BTC
Feerates: 265.25 > 1.40 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (431,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,532 483,532 000000000000000000be1641b095c96c718996f234f30f6bf8a9301f1dad0782 2,051 1.00/1.00 vMB 277
483,531 483,531 00000000000000000022af63b7898f74bf11e99f95b12ae1d1159002cab08e77 2,513 1.00/1.00 vMB 428
483,530 483,530 000000000000000000d41e71e6b0b94b448dd1d0c72cfdde9832f1a9b0b459b9 2,129 1.00/1.00 vMB 241
483,529 483,529 000000000000000000d8b4aa631e8e03708859cfc1090e79514cd2b034f06894 2,183 1.00/1.00 vMB 115
483,528 483,528 00000000000000000075dca1fb253240f74e380adb9606f188153befc0bff06b 2,133 0.99/1.00 vMB 220
483,527 483,527 000000000000000000c3ce8783e79b1184c9e5078ac59ce384167b2b33d74dca 1,235 0.75/1.00 vMB 260
483,526 483,526 0000000000000000004e8399581cc0a2d285131a6feadf6dcd170ea3797977ef 1,605 1.00/1.00 vMB 254
483,525 483,525 000000000000000000c8c4718d3916ba4297e922f1f194e0edc46b46d4cf4bd7 620 1.00/1.00 vMB 102
483,524 483,524 00000000000000000057ed8440407a56be436ec6526ce42ed0efa7682d1c8990 1,787 1.00/1.00 vMB 273
483,523 483,523 000000000000000000359e303dd9484061250e1ca4ae76b6b22bea4f46e73153 1,713 1.00/1.00 vMB 168
483,522 483,522 0000000000000000005aa74602a516452dcfa535b9734c4031df9169520b2333 1,937 0.99/1.00 vMB 285
483,521 483,521 00000000000000000064bcad53a1e3c09a31dca50664c702c91364f69c9dff0a 2,114 0.99/1.00 vMB 231
483,520 483,520 000000000000000000e7306520f9cebe02a750a781e4d0c83eb2bdbda9378231 2,179 1.00/1.00 vMB 200
483,519 483,519 0000000000000000010af90074eb8eb146b30f7a5b93856bb87d84ef1f52c20b 759 1.00/1.00 vMB 84
483,518 483,518 000000000000000000a52ba4a7a050238399213ee8d21102d6be34e9b541ba61 1,871 1.00/1.00 vMB 144
483,517 483,517 000000000000000001131928cd862ad18eb476a4e09f8f43ff3eae5535b38c55 2,485 1.00/1.00 vMB 182
483,516 483,516 000000000000000000c2104111b7082a7d34a4c2bd23a275bf8de1715b1dacbc 2,008 0.99/1.00 vMB 257
483,515 483,515 000000000000000000fd1c280a7b3cfb96bc8cd29c257b2a69aa8fa4e4a395c1 1,524 1.00/1.00 vMB 309
483,514 483,514 0000000000000000002256899c785b7e41711269d6c1c4633839bf1b2ddd74bc 2,196 1.00/1.00 vMB 440
483,513 483,513 0000000000000000012868d09a768f4943fadd31ea017948547fc70ab8018ae6 2,142 1.00/1.00 vMB 269
483,512 483,512 0000000000000000006f3bd88ab5724af3c67c502eb5c16a7182a73619963260 2,371 1.00/1.00 vMB 293
Previous 10 blocks ↓
Total Size: 782.27 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: 656.66 GB
    • Received: 14.40 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.