Loading Tool

Explorer IconExplorer

Memory Pool

38,318 transactions
25.91 vMB
0.05149798 BTC
Random Selection Loading Transactions
Max Size: 134.35/200 MB

Candidate Block

Mining Attempt 59d9c4f99ed4c53075abd41e90534889f9a4fa98c463ca0706c71f117087f31a
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 15e84d941203d6112db55a7fc7b0d405ff26b03c3cce5ed10ae23318496228b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,954
Size: 1.00 vMB
Total Fees: 0.00426577 BTC
Feerates: 60.16 > 0.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (118,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,407 796,407 00000000000000000000e0053e1b4a09bac52d72aac333777a62dc2fb8f2d1ca 2,987 1.00/1.00 vMB 18
796,406 796,406 00000000000000000003caeaa965ea77bc078e5dd7b56f6e475eef015dd6a807 6,450 1.00/1.00 vMB 12
796,405 796,405 00000000000000000000e99ecec57c577c2e81d2e7dd37e1b8256ac7c0cab421 6,027 1.00/1.00 vMB 14
796,404 796,404 0000000000000000000024d0a1811c961bb0e9e6bb5d38d544c9a898f4d2ea7e 5,857 1.00/1.00 vMB 14
796,403 796,403 00000000000000000000002eda7fb2798a843b5b251161648090593cf17d0890 2,363 1.00/1.00 vMB 14
796,402 796,402 000000000000000000030bd357516345d899ca4d10f942294c8186c771ebcd41 2,608 1.00/1.00 vMB 24
796,401 796,401 000000000000000000033c5f44109e5dc8f7921cafdf6ae55a880c5b957940d5 3,043 1.00/1.00 vMB 37
796,400 796,400 000000000000000000005cf66a84f619c324bbc4b5e78c023a63a452916d66d7 3,420 1.00/1.00 vMB 11
796,399 796,399 000000000000000000045f5a0304b14eb91a013d3e0dba22ee8fd58bce154a1c 3,949 1.00/1.00 vMB 12
796,398 796,398 000000000000000000018319790049ebbd29184900b7b0c8e88963440a035d8b 4,539 1.00/1.00 vMB 20
796,397 796,397 000000000000000000051c030138ae9bdb9362a32354ee06f6b9727b1b8046a8 6,335 1.00/1.00 vMB 13
796,396 796,396 000000000000000000032a6defb354a84c208548824a479074fc3f60199c0968 3,306 1.00/1.00 vMB 20
796,395 796,395 000000000000000000001678e44c075f1c4bc2d14dedf435dfd51df09ce517d2 2,865 1.00/1.00 vMB 19
796,394 796,394 00000000000000000003a4f306d05d1912ed51449966bf88a838135a620c43f1 3,277 1.00/1.00 vMB 21
796,393 796,393 00000000000000000001d0bf3a447c990b6105b68e407620fec82b5b269de667 5,737 1.00/1.00 vMB 13
796,392 796,392 000000000000000000054e0b8664f3109e2546988ec309433dc01d1ae03ad3b2 4,320 1.00/1.00 vMB 15
796,391 796,391 000000000000000000034a8b67ed40a93fe6878986b41a5bb371dfafb9d842b6 3,636 1.00/1.00 vMB 28
796,390 796,390 00000000000000000005522eda83567dd2e7b9b8d9a0a8475d265576fb064f2f 3,881 1.00/1.00 vMB 15
796,389 796,389 0000000000000000000231453b1f4cecaebd58a95fe35f2ccafa675b4c5e8d9c 3,545 1.00/1.00 vMB 30
796,388 796,388 0000000000000000000103172058ec6ba54662c27422ddc7e48b6ab0dad4a939 6,793 1.00/1.00 vMB 12
796,387 796,387 000000000000000000054429f6f3fb2ee863c4c2b2232f6e88993f6ac5bbb90f 5,098 1.00/1.00 vMB 13
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.06 GB
    • Received: 14.38 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.